summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb
AgeCommit message (Expand)Author
2003-04-05free value after asprintf; ok artPeter Valchev
2003-03-29implement memory examine command. takes both symbol or addressMichael Shalayeff
2003-03-29implement short reads at the end of the core segementMichael Shalayeff
2003-03-28do not core dump on stripped executables. revmap the registers printed to the...Michael Shalayeff
2003-03-22.Nd shouldn't end with a periodDavid Krause
2003-03-14make fetching regs and stack trace really workMichael Shalayeff
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-01-28add a license goo; pt out by ray@securityfoo.netMichael Shalayeff
2003-01-27Follow art's lead on the license.Dale Rahn
2003-01-27Add licenses where I forgot them. (I'm ashamed).Artur Grabowski
2003-01-27missing license; pointed out by ray at securityfoo dot net.Federico G. Schwindt
2003-01-27missing $OpenBSD$Jason Wright
2003-01-26catched -> caughtRyan Thomas McBride
2003-01-16match the funky regs order between getregs and reg_namesMichael Shalayeff
2003-01-15make it compile, becomes useful nowMichael Shalayeff
2002-11-27unkonwn -> unknown; Tor Houghton <torh@bogus.net>Peter Valchev
2002-10-07 do not crash when a breakpoint can't get set (remove itVincent Labrecque
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-08-09Correct the size arg to memset() so argv will be cleared correctly; art@ ok.Aaron Campbell
2002-08-08implement setenv.Artur Grabowski
2002-08-08Make a good attempt to find the registers for the first frame.Artur Grabowski
2002-07-31Update to correctly deal with link_map.Artur Grabowski
2002-07-31unbreak process_getregsArtur Grabowski
2002-07-31Fix error message.Artur Grabowski
2002-07-24don't use the TAILQ before it is initialised. makes pmdb not crash onVincent Labrecque
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
2002-07-22KNF and unbreak PT_GETREGSArtur Grabowski
2002-07-22Map the core file with MAP_PRIVATE.Artur Grabowski
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22knfArtur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
2002-07-12malloc/strdup failure not handled; cloder@acm.orgTheo de Raadt
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-26typo; found by Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
2002-06-11Fail if no symbol table is found, don't crash.Artur Grabowski
2002-06-09don't go further on stripped binaries; been in my tree for ever.Federico G. Schwindt
2002-06-09some knf.Federico G. Schwindt
2002-06-09documentTodd T. Fries
2002-06-09provide '-p <pid>' (process attach); thanks toTodd T. Fries
2002-06-05document -c, add Xr to core(5) and some minor changes as per mandoc(7).Federico G. Schwindt
2002-06-05core support from Jean-Francois Brousseau <krapht@secureops.com> withFederico G. Schwindt
2002-06-05remove warning.Federico G. Schwindt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-03-29remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, jus...Theo de Raadt
2002-03-25Make this closer to supporting breakpoints properly, still not working.Dale Rahn
2002-03-19o don't need a var to keep the number of commands; use a define.Federico G. Schwindt
2002-03-19Initial version of pmdb support for powerpc, traceback and registers workDale Rahn
2002-03-19Do not print offset if no symbol found for address. ok art@Dale Rahn
2002-03-19if pc is below 0x1000, stop; now trace shows up to start().Federico G. Schwindt
2002-03-19a bit of style.Federico G. Schwindt