summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb/arch
AgeCommit message (Collapse)Author
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
used to sync functions start are now (with gcc3) all over the code. Need to think about some other way to figure out the frame size from looking for the right sp adjust instruction.
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
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
2004-02-17use unsigned ints for the frame fields and add proper typecasting so weJean-Francois Brousseau
don't end up with a bogus argument to process_read() ok drahn@, vincent@
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-07-10add missing includesDavid Krause
ok deraadt@ tedu@
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
Currently, this works as well as gdb, i.e. breakpoints do not work. Will be fixed soon, hopefully.
2003-03-14make fetching regs and stack trace really workMichael Shalayeff
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-16match the funky regs order between getregs and reg_namesMichael Shalayeff
2003-01-15make it compile, becomes useful nowMichael Shalayeff
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
ok millert@, rogue ok pjanzen@
2002-08-08Make a good attempt to find the registers for the first frame.Artur Grabowski
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
From Jean-Francois Brousseau <krapht@secureops.com>
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-03-25Make this closer to supporting breakpoints properly, still not working.Dale Rahn
2002-03-19Initial version of pmdb support for powerpc, traceback and registers workDale Rahn
fine, breakpoints need some assistance.
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-19vax support.Federico G. Schwindt
2002-03-17Update to match new registers in struct regArtur Grabowski
2002-03-15dunno, smth like thisMichael Shalayeff
2002-03-15a few missing rcsidsMichael Shalayeff
2002-03-15it's a startMichael Shalayeff
2002-03-15s/$PMDB$/$OpenBSD$/Jason Wright
2002-03-15Import pmdb 4.1.Artur Grabowski
(see http://www.blahonga.org/~art/openbsd/pmdb.html for more info). The development repository now moves here out from my local repository.