summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb/pmdb.c
AgeCommit message (Expand)Author
2003-08-18when given only an executable name without a valid path, resolve theJean-Francois Brousseau
2003-08-02check return value from process_{read,write} properMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-05-15Get rid of read_from_pid() and write_to_pid(), they wereJean-Francois Brousseau
2003-04-05free value after asprintf; ok artPeter Valchev
2003-03-29implement memory examine command. takes both symbol or addressMichael Shalayeff
2003-03-28do not core dump on stripped executables. revmap the registers printed to the...Michael Shalayeff
2002-08-08implement setenv.Artur Grabowski
2002-07-22check argc after getopt(), otherwise we may go ahead even if we only gotFederico G. Schwindt
2002-07-22Support for reading from core files.Artur Grabowski
2002-06-09some knf.Federico G. Schwindt
2002-06-09provide '-p <pid>' (process attach); thanks toTodd T. Fries
2002-06-05core support from Jean-Francois Brousseau <krapht@secureops.com> withFederico G. Schwindt
2002-03-19o don't need a var to keep the number of commands; use a define.Federico G. Schwindt
2002-03-19Do not print offset if no symbol found for address. ok art@Dale Rahn
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
2002-03-15s/$PMDB$/$OpenBSD$/Jason Wright
2002-03-15Import pmdb 4.1.Artur Grabowski