7531f36e8e
that use ptrace(). This is not as useful as doing a full dump in a human readable format, but is better than nothing when you are trying to verify what is actually in the user struct. * infptrace.c (udot_info): New function. (PT_*): Define each individually if that one is not defined. Update copyright to 1996. * rs6000-nat.c (kernel_u_size): New function Include <sys/user.h> for "struct user" Update copyright to 1996. * alpha-nat.c (kernel_u_size): New function. Include <sys/user.h> for "struct user" Update copyright to 1996. * sparc-nat.c (kernel_u_size): New function. Include <sys/user.h> for "struct user" Update copyright to 1996. * i386b-nat.c (kernel_u_size): New function. Update copyright to 1996. * i386v-nat.c (kernel_u_size): New function. Update copyright to 1996. * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define. (kernel_u_size): Declare. Update copyright to 1996. * config/i386/nm-linux.h (KERNEL_U_SIZE): Define. (kernel_u_size): Declare. Update copyright to 1996. * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define. (kernel_u_size): Declare. Update copyright to 1996. * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define. (kernel_u_size): Declare. Update copyright to 1996. * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define. (kernel_u_size): Declare. Update copyright to 1996.
93 lines
3.2 KiB
Plaintext
93 lines
3.2 KiB
Plaintext
Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
|
||
|
||
* infptrace.c (udot_info): New function.
|
||
(PT_*): Define each individually if that one is not defined.
|
||
Update copyright to 1996.
|
||
* rs6000-nat.c (kernel_u_size): New function
|
||
Include <sys/user.h> for "struct user"
|
||
Update copyright to 1996.
|
||
* alpha-nat.c (kernel_u_size): New function.
|
||
Include <sys/user.h> for "struct user"
|
||
Update copyright to 1996.
|
||
* sparc-nat.c (kernel_u_size): New function.
|
||
Include <sys/user.h> for "struct user"
|
||
Update copyright to 1996.
|
||
* i386b-nat.c (kernel_u_size): New function.
|
||
Update copyright to 1996.
|
||
* i386v-nat.c (kernel_u_size): New function.
|
||
Update copyright to 1996.
|
||
* config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
|
||
(kernel_u_size): Declare.
|
||
Update copyright to 1996.
|
||
* config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
|
||
(kernel_u_size): Declare.
|
||
Update copyright to 1996.
|
||
* config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
|
||
(kernel_u_size): Declare.
|
||
Update copyright to 1996.
|
||
* config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
|
||
(kernel_u_size): Declare.
|
||
Update copyright to 1996.
|
||
* config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
|
||
(kernel_u_size): Declare.
|
||
Update copyright to 1996.
|
||
|
||
Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
|
||
|
||
* mdebugread.c (mylookup_symbol): enum namespace becomes
|
||
enum_namespace type.
|
||
* symfile.c (add_psymbol_to_list)
|
||
(add_psymbol_addr_to_list): Ditto.
|
||
* symtab.c (lookup_partial_symbol): Ditto.
|
||
(lookup_symbol): Ditto.
|
||
(lookup_block_symbol): Ditto.
|
||
* win32-nat.c (handle_load_dll): Use incoming dll base.
|
||
(child_wait): Catch DLL load errors.
|
||
(create_child_inferior): Translated between paths correctly.
|
||
|
||
Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
|
||
|
||
* i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
|
||
from NUM_REGS to get number of general registers that we care about.
|
||
Update copyright to 1996.
|
||
* config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
|
||
of number of general regs and number of floating point regs.
|
||
Update copyright to 1996.
|
||
|
||
Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
|
||
|
||
* config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
|
||
(SKIP_TRAMPOLINE_CODE): New.
|
||
* config/i386/xm-win32.h (CANT_FORK): Deleted.
|
||
(SLASH*) Changed to use unix style slash.
|
||
* symtab.h (namespace enum): becomes typedef to avoid namespace
|
||
collision in C++.
|
||
* infcmd.c (path_command): Use empty string if PATH name not set.
|
||
* i386-tdep.c (skip_trampoline_code): New function.
|
||
* srec.c: Renamed dsrec.c to avoid filename collision.
|
||
* Makefile.in: Cope with renaming.
|
||
Update copyrights to 1996.
|
||
|
||
Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
|
||
|
||
* symmisc.c (print_objfile_statistics): Print memory use statistics
|
||
for objfile psymbol, symbol, and type obstacks.
|
||
Update copyright to 1996.
|
||
|
||
Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||
|
||
* config/mips/nm-irix5.h: Restore.
|
||
(TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
|
||
from Lee Iverson <leei@ai.sri.com>.
|
||
* config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
|
||
* config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
|
||
|
||
For older changes see ChangeLog-95
|
||
|
||
Local Variables:
|
||
mode: indented-text
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|