summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb
AgeCommit message (Collapse)Author
2002-10-07 do not crash when a breakpoint can't get set (remove itVincent Labrecque
from the list when we free it.) ok art@
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
ok millert@, rogue ok pjanzen@
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
(is link_map really supposed to be so dumb that it doesn't include load offset information?)
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
exit if called with an non{existent,executable} file. ok art@
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
flags; from Jean-Francois Brousseau <krapht@secureops.com>.
2002-07-22KNF and unbreak PT_GETREGSArtur Grabowski
2002-07-22Map the core file with MAP_PRIVATE.Artur Grabowski
Some other random cleanups.
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22knfArtur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
From Jean-Francois Brousseau <krapht@secureops.com>
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
Jean-Francois Brousseau <krapht@secureops.com>
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
a few tweaks of mine. tested on sparc64 and i386.
2002-06-05remove warning.Federico G. Schwindt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-03-29remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, ↵Theo de Raadt
just is not needed, come on
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
o remove extra arg after dale commit.
2002-03-19Initial version of pmdb support for powerpc, traceback and registers workDale Rahn
fine, breakpoints need some assistance.
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
2002-03-19check error before checking the magic.Federico G. Schwindt
2002-03-19prepare to support both formats simultaneously.Federico G. Schwindt
2002-03-19vax support.Federico G. Schwindt
2002-03-19o check if the file is exists, is readable and executable before goingFederico G. Schwindt
further. o rearrange includes.
2002-03-18typos.Marc Espie
2002-03-17Update to match new registers in struct regArtur Grabowski
2002-03-16Don't set st->st_offs when st is NULL.Artur Grabowski
Noted by Gregory Steuck <greg@nest.cx>
2002-03-15dunno, smth like thisMichael Shalayeff
2002-03-15a few missing rcsidsMichael Shalayeff
2002-03-15it's a startMichael Shalayeff
2002-03-15Oops. Adapt to one more change in PT_IO.Artur Grabowski
2002-03-15Add a command 'sym_load' to load a symbol table at some offset.Artur Grabowski
We are in a desperate need of a better command line interface, the top level is starting to get crowded.
2002-03-15Move the linking offset from the symbol format dependent structsArtur Grabowski
to struct sym_table. Allow callers to specify linking offset to st_open.
2002-03-15Add a warning about commands syntax that will change.Artur Grabowski
2002-03-15document break and step.Artur Grabowski
2002-03-15Don't try to build if there is no MD support.Artur Grabowski