Searched hist:ac912300 (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/uvm/ |
H A D | uvm_coredump.c | diff ac912300 Fri Jan 03 15:15:02 GMT 2014 dsl <dsl@NetBSD.org> Minor changes to the process coredump code. - Add some extra comments. - Add some XXX comments because the process state might not be stable, - Add uvm_coredump_count_segs() to simplify the calling code. - uvm code now only returns non-empty sections/segments. - Put the 'iocookie' into the 'cookie' block passed to uvm_coredump_walkmap() instead of passing it through as an additional parameter. amd64 can still generate core dumps that gdb can read.
|
H A D | uvm_extern.h | diff ac912300 Fri Jan 03 15:15:02 GMT 2014 dsl <dsl@NetBSD.org> Minor changes to the process coredump code. - Add some extra comments. - Add some XXX comments because the process state might not be stable, - Add uvm_coredump_count_segs() to simplify the calling code. - uvm code now only returns non-empty sections/segments. - Put the 'iocookie' into the 'cookie' block passed to uvm_coredump_walkmap() instead of passing it through as an additional parameter. amd64 can still generate core dumps that gdb can read.
|
/netbsd/sys/kern/ |
H A D | core_netbsd.c | diff ac912300 Fri Jan 03 15:15:02 GMT 2014 dsl <dsl@NetBSD.org> Minor changes to the process coredump code. - Add some extra comments. - Add some XXX comments because the process state might not be stable, - Add uvm_coredump_count_segs() to simplify the calling code. - uvm code now only returns non-empty sections/segments. - Put the 'iocookie' into the 'cookie' block passed to uvm_coredump_walkmap() instead of passing it through as an additional parameter. amd64 can still generate core dumps that gdb can read.
|
H A D | core_elf32.c | diff ac912300 Fri Jan 03 15:15:02 GMT 2014 dsl <dsl@NetBSD.org> Minor changes to the process coredump code. - Add some extra comments. - Add some XXX comments because the process state might not be stable, - Add uvm_coredump_count_segs() to simplify the calling code. - uvm code now only returns non-empty sections/segments. - Put the 'iocookie' into the 'cookie' block passed to uvm_coredump_walkmap() instead of passing it through as an additional parameter. amd64 can still generate core dumps that gdb can read.
|