Age | Commit message (Expand) | Author |
2002-08-08 | implement setenv. | Artur Grabowski |
2002-08-08 | Make a good attempt to find the registers for the first frame. | Artur Grabowski |
2002-07-31 | Update to correctly deal with link_map. | Artur Grabowski |
2002-07-31 | unbreak process_getregs | Artur Grabowski |
2002-07-31 | Fix error message. | Artur Grabowski |
2002-07-24 | don't use the TAILQ before it is initialised. makes pmdb not crash on | Vincent Labrecque |
2002-07-22 | check argc after getopt(), otherwise we may go ahead even if we only got | Federico G. Schwindt |
2002-07-22 | KNF and unbreak PT_GETREGS | Artur Grabowski |
2002-07-22 | Map the core file with MAP_PRIVATE. | Artur Grabowski |
2002-07-22 | Use process_getregs everywhere. | Artur Grabowski |
2002-07-22 | knf | Artur Grabowski |
2002-07-22 | Support for reading from core files. | Artur Grabowski |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-26 | typo; found by Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries |
2002-06-11 | Fail if no symbol table is found, don't crash. | Artur Grabowski |
2002-06-09 | don't go further on stripped binaries; been in my tree for ever. | Federico G. Schwindt |
2002-06-09 | some knf. | Federico G. Schwindt |
2002-06-09 | document | Todd T. Fries |
2002-06-09 | provide '-p <pid>' (process attach); thanks to | Todd T. Fries |
2002-06-05 | document -c, add Xr to core(5) and some minor changes as per mandoc(7). | Federico G. Schwindt |
2002-06-05 | core support from Jean-Francois Brousseau <krapht@secureops.com> with | Federico G. Schwindt |
2002-06-05 | remove warning. | Federico G. Schwindt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-29 | remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, jus... | Theo de Raadt |
2002-03-25 | Make this closer to supporting breakpoints properly, still not working. | Dale Rahn |
2002-03-19 | o don't need a var to keep the number of commands; use a define. | Federico G. Schwindt |
2002-03-19 | Initial version of pmdb support for powerpc, traceback and registers work | Dale Rahn |
2002-03-19 | Do not print offset if no symbol found for address. ok art@ | Dale Rahn |
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 | check error before checking the magic. | Federico G. Schwindt |
2002-03-19 | prepare to support both formats simultaneously. | Federico G. Schwindt |
2002-03-19 | vax support. | Federico G. Schwindt |
2002-03-19 | o check if the file is exists, is readable and executable before going | Federico G. Schwindt |
2002-03-18 | typos. | Marc Espie |
2002-03-17 | Update to match new registers in struct reg | Artur Grabowski |
2002-03-16 | Don't set st->st_offs when st is NULL. | 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 | Oops. Adapt to one more change in PT_IO. | Artur Grabowski |
2002-03-15 | Add a command 'sym_load' to load a symbol table at some offset. | Artur Grabowski |
2002-03-15 | Move the linking offset from the symbol format dependent structs | Artur Grabowski |
2002-03-15 | Add a warning about commands syntax that will change. | Artur Grabowski |
2002-03-15 | document break and step. | Artur Grabowski |
2002-03-15 | Don't try to build if there is no MD support. | Artur Grabowski |
2002-03-15 | support MACHINE_ARCH != MACHINE | Dale Rahn |
2002-03-15 | s/$PMDB$/$OpenBSD$/ | Jason Wright |
2002-03-15 | No more /usr/local/bin | Artur Grabowski |