nathanw
8e02eedcdf
Track the LWP ID of a synchronous (trap) signal, and report it in core dumps.
2003-05-20 17:42:51 +00:00
itojun
f265a4a4da
use strlcpy. [fixed off-by-one in subr_prop.c]
2003-05-16 14:25:02 +00:00
matt
2de77aeda1
Make we keep track of the file sizes in a size_t, not an int. Also break
...
out the writing of an lwp's registers to a separate function. XXX Although
not really the correct way to do this, make the thread that caused the
coredump has it's register set written first so GDB is happy. (this is a
bridge until TRT is done).
2003-05-08 20:26:40 +00:00
atatat
524df47498
Tweak some comments so that they match the other comments more properly.
2003-02-25 05:27:35 +00:00
thorpej
e0d8d366df
Merge the nathanw_sa branch.
2003-01-18 10:06:22 +00:00
thorpej
0b63bf16b8
Cast off_t to (long long) for printing.
2001-12-10 02:07:37 +00:00
thorpej
06920aef28
Move the code that walks the process's VM map during a coredump
...
into uvm_coredump_walkmap(), and use callbacks into the coredump
routine to do something with each section.
2001-12-10 01:52:26 +00:00
thorpej
51535d4bf5
Add support for dumping ELF-cormat core files.
2001-12-09 23:05:56 +00:00