Re: Feature Request
Jonas Maebe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 12 Nov 2013, at 20:59, Mark Manning wrote: > actually no, it wont. it will not execute code that does not have > debug associated with it. ... for example (in ascii art) It's definitely unrelated to whether or not there is debug information for that code. I debug machine code without associated debug information using gdb all the time. It is however possible that the size of code sections is taken into account. Jonas