Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make putting a breakpoint on the first instruction of a program work. | 2015-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | Previously a breakpoint at the first instruction would force us to single-step. Depending on the single-step implementation this would make us step over the breakpoint and continue in many cases. Fix this by passing the address of the current instruction pointer which will skip the code that checks if we need to step over a breakpoint. A similar fix has been made upstream many moons ago. Fixes debugging static PIE on sparc64 and probably others that use some sort of software single-stepping. | ||||
* | Add support for reading ELF auxilliary vectors. | 2008-09-16 | 1 | -0/+17 | |
| | | | | ok kurt@ | ||||
* | Add support for following forks. Backported from the to-be released gdb 6.4. | 2005-11-17 | 1 | -355/+450 | |
| | | | | Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now. | ||||
* | Read/write from/to I-space instead of D-space. | 2005-07-26 | 1 | -1/+1 | |
| | | | | suggested by art@ | ||||
* | GDB 6.3 (excluding .info files) | 2004-12-27 | 1 | -0/+639 | |