Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | fp regs also | Per Fogelstrom | |
2004-11-11 | First attempt. Frame digging is tricky since 'jr ra' instructions | Per Fogelstrom | |
used to sync functions start are now (with gcc3) all over the code. Need to think about some other way to figure out the frame size from looking for the right sp adjust instruction. | |||
2004-11-10 | where the files will be | Theo de Raadt | |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat | |
2004-02-28 | use amd64 chunks | Theo de Raadt | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-17 | use unsigned ints for the frame fields and add proper typecasting so we | Jean-Francois Brousseau | |
don't end up with a bogus argument to process_read() ok drahn@, vincent@ | |||
2004-02-10 | repair frame size; makes tr work | Michael Shalayeff | |
2004-02-02 | partially working... | Dale Rahn | |
2004-01-29 | some support for amd64 | Michael Shalayeff | |
2004-01-14 | Fix after recent struct reg and struct frame changes. | Miod Vallat | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-05-30 | kill an unused variable | Michael Shalayeff | |
2003-05-30 | m88k pmdb support bits; only compile-tested at the moment. | Miod Vallat | |
2003-05-30 | Fix BREAKPOINT_DECR_PC value. | Miod Vallat | |
2003-05-30 | Preliminary m68k pmdb support. | Miod Vallat | |
Currently, this works as well as gdb, i.e. breakpoints do not work. Will be fixed soon, hopefully. | |||
2003-03-14 | make fetching regs and stack trace really work | Michael Shalayeff | |
2003-01-28 | add a license goo; pt out by ray@securityfoo.net | Michael Shalayeff | |
2003-01-27 | Follow art's lead on the license. | Dale Rahn | |
2003-01-27 | Add licenses where I forgot them. (I'm ashamed). | Artur Grabowski | |
2003-01-27 | missing license; pointed out by ray at securityfoo dot net. | Federico G. Schwindt | |
2003-01-27 | missing $OpenBSD$ | Jason Wright | |
2003-01-16 | match the funky regs order between getregs and reg_names | Michael Shalayeff | |
2003-01-15 | make it compile, becomes useful now | Michael Shalayeff | |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel | |
ok millert@, rogue ok pjanzen@ | |||
2002-08-08 | Make a good attempt to find the registers for the first frame. | Artur Grabowski | |
2002-07-22 | Use process_getregs everywhere. | Artur Grabowski | |
2002-07-22 | Support for reading from core files. | Artur Grabowski | |
From Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-03-25 | Make this closer to supporting breakpoints properly, still not working. | Dale Rahn | |
2002-03-19 | Initial version of pmdb support for powerpc, traceback and registers work | Dale Rahn | |
fine, breakpoints need some assistance. | |||
2002-03-19 | if pc is below 0x1000, stop; now trace shows up to start(). | Federico G. Schwindt | |
2002-03-19 | a bit of style. | Federico G. Schwindt | |
2002-03-19 | vax support. | Federico G. Schwindt | |
2002-03-17 | Update to match new registers in struct reg | Artur Grabowski | |
2002-03-15 | dunno, smth like this | Michael Shalayeff | |
2002-03-15 | a few missing rcsids | Michael Shalayeff | |
2002-03-15 | it's a start | Michael Shalayeff | |
2002-03-15 | s/$PMDB$/$OpenBSD$/ | Jason Wright | |
2002-03-15 | Import pmdb 4.1. | Artur Grabowski | |
(see http://www.blahonga.org/~art/openbsd/pmdb.html for more info). The development repository now moves here out from my local repository. |