summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb
AgeCommit message (Expand)Author
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-07-08el_set(EL_BIND) requires a NULL marker as the last argument.Nicholas Marriott
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-10-28wrap at eighty columns.Igor Sobrado
2009-10-05missing includesTheo de Raadt
2008-06-01synchronize synopsis and usage.Igor Sobrado
2008-05-01In the main loop, do not call wait() if there is no child process yet;Miod Vallat
2008-02-09missing newline at EOFMartin Reindl
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-08-01in (unused function) free_core(), unmap the core; from veins@evilkittens.orgTheo de Raadt
2007-08-01close core file fd after mmap; veins@evilkittens.orgTheo de Raadt
2007-07-24same uninit variable bug as in elf_syms.cTheo de Raadt
2007-07-24uninit variable causing crash; veins@evilkittens.orgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-03Minimal sh bits for pmdb.Miod Vallat
2006-12-20remove unneeded #includeSteven Mestdagh
2006-11-19Cope with <machine/frame.h> removal.Miod Vallat
2006-11-19always make a manTheo de Raadt
2006-11-19always build man page, that is the way we do thingsTheo de Raadt
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
2004-11-10where the files will beTheo de Raadt
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-02-28use amd64 chunksTheo de Raadt
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-17use unsigned ints for the frame fields and add proper typecasting so weJean-Francois Brousseau
2004-02-10repair frame size; makes tr workMichael Shalayeff
2004-02-02partially working...Dale Rahn
2004-01-29some support for amd64Michael Shalayeff
2004-01-14Fix after recent struct reg and struct frame changes.Miod Vallat
2003-12-03Append but not override COPTS.Alexander Yurchenko
2003-10-31New libedit api changes.Otto Moerbeek
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-08-18when given only an executable name without a valid path, resolve theJean-Francois Brousseau
2003-08-17fix ptr arythmetics in core_write(); from aaron@Michael Shalayeff
2003-08-02check return value from process_{read,write} properMichael Shalayeff
2003-08-02document examineMichael Shalayeff
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
2003-07-10add missing includesDavid Krause
2003-07-01cosmetic (avoid space before period); ok artPeter Valchev
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-05-30kill an unused variableMichael Shalayeff
2003-05-30m88k pmdb support bits; only compile-tested at the moment.Miod Vallat
2003-05-30Fix BREAKPOINT_DECR_PC value.Miod Vallat
2003-05-30Preliminary m68k pmdb support.Miod Vallat
2003-05-30Handle process_load() failure. This prevents "pmdb foo" to dump core uponMiod Vallat
2003-05-15Get rid of read_from_pid() and write_to_pid(), they wereJean-Francois Brousseau