index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
pmdb
/
arch
Age
Commit message (
Expand
)
Author
2004-11-11
fp regs also
Per Fogelstrom
2004-11-11
First attempt. Frame digging is tricky since 'jr ra' instructions
Per Fogelstrom
2004-11-10
where the files will be
Theo de Raadt
2004-07-22
Spell reserved correctly; ok from copyright holders when in licence blocks.
Miod Vallat
2004-02-28
use amd64 chunks
Theo de Raadt
2004-02-27
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
Theo de Raadt
2004-02-17
use unsigned ints for the frame fields and add proper typecasting so we
Jean-Francois Brousseau
2004-02-10
repair frame size; makes tr work
Michael Shalayeff
2004-02-02
partially working...
Dale Rahn
2004-01-29
some support for amd64
Michael Shalayeff
2004-01-14
Fix after recent struct reg and struct frame changes.
Miod Vallat
2003-07-10
add missing includes
David Krause
2003-06-03
terms 3 & 4 cleanup based on "terms" file
Theo de Raadt
2003-05-30
kill an unused variable
Michael Shalayeff
2003-05-30
m88k pmdb support bits; only compile-tested at the moment.
Miod Vallat
2003-05-30
Fix BREAKPOINT_DECR_PC value.
Miod Vallat
2003-05-30
Preliminary m68k pmdb support.
Miod Vallat
2003-03-14
make fetching regs and stack trace really work
Michael Shalayeff
2003-01-28
add a license goo; pt out by ray@securityfoo.net
Michael Shalayeff
2003-01-27
Follow art's lead on the license.
Dale Rahn
2003-01-27
Add licenses where I forgot them. (I'm ashamed).
Artur Grabowski
2003-01-27
missing license; pointed out by ray at securityfoo dot net.
Federico G. Schwindt
2003-01-27
missing $OpenBSD$
Jason Wright
2003-01-16
match the funky regs order between getregs and reg_names
Michael Shalayeff
2003-01-15
make it compile, becomes useful now
Michael Shalayeff
2002-08-09
Get rid of remaining __P usage (except for imported code);
Jason Peel
2002-08-08
Make a good attempt to find the registers for the first frame.
Artur Grabowski
2002-07-22
Use process_getregs everywhere.
Artur Grabowski
2002-07-22
Support for reading from core files.
Artur Grabowski
2002-07-10
'sez' is not an english word; ok deraadt@
Jason Peel
2002-03-25
Make this closer to supporting breakpoints properly, still not working.
Dale Rahn
2002-03-19
Initial version of pmdb support for powerpc, traceback and registers work
Dale Rahn
2002-03-19
if pc is below 0x1000, stop; now trace shows up to start().
Federico G. Schwindt
2002-03-19
a bit of style.
Federico G. Schwindt
2002-03-19
vax support.
Federico G. Schwindt
2002-03-17
Update to match new registers in struct reg
Artur Grabowski
2002-03-15
dunno, smth like this
Michael Shalayeff
2002-03-15
a few missing rcsids
Michael Shalayeff
2002-03-15
it's a start
Michael Shalayeff
2002-03-15
s/$PMDB$/$OpenBSD$/
Jason Wright
2002-03-15
Import pmdb 4.1.
Artur Grabowski