diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-05-23 19:12:45 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-05-23 19:12:45 +0000 |
commit | e7600d8eb5ab8adbdbc7aad07f2e448890c5ee29 (patch) | |
tree | ff9cd77f9f7303911551d57a3c2fea8f6bb16535 /gdb/ChangeLog | |
parent | 7e1e013fd98c1332e5340ea7e97229bf2de0edd9 (diff) | |
download | gdb-e7600d8eb5ab8adbdbc7aad07f2e448890c5ee29.zip gdb-e7600d8eb5ab8adbdbc7aad07f2e448890c5ee29.tar.gz gdb-e7600d8eb5ab8adbdbc7aad07f2e448890c5ee29.tar.bz2 |
* mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2efe979..b5d4883 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile. + +Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * breakpoint.c (bpstat_do_actions): Avoid endless recursion + if a `source' command is contained in bs->commands. + + * infrun.c (wait_for_inferior): Update step_frame_address when + stepping into a new line. + + From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab): + * breakpoint.c (breakpoint_1): Add shlib_disabled case to + bpenables array. + Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com> * dsrec.c (load_srec): Add WAITACK parameter, for machines @@ -99,7 +115,7 @@ end-sanitize-gdbtk Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com) - * top.c (read_next_line): Fix thinkos. From Don Seeley. + * top.c (read_next_line): Fix thinkos. From Donn Seeley. * coffread.c (coff_symtab_read): Handle C_LABEL symbols like C_STAT symbols. @@ -112,7 +128,7 @@ Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com) Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com) * procfs.c (procfs_thread_alive procfs_stop): Make static. - * (procfs_pid_to_str): New routine to print out thread id's in an + (procfs_pid_to_str): New routine to print out thread id's in an intelligible manner. * sol-thread.c (sol_thread_fetch_registers): Re-order manner in which supply_register is called to fix bug with writing @@ -129,7 +145,7 @@ Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com) libthread_db.so.1. * procfs.c (info_proc): Use int instead of id_t. Old versions of - Irix don't see to define this. + Irix don't seem to define this. start-sanitize-gdbtk Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com> |