diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2efe97970d..b5d4883a68 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Thu May 23 12:09:52 1996 Stan Shebs + + * 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 * 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 diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 9cfaaa3aa9..0b3f7b9c26 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -42,6 +42,10 @@ /@LIBS@/s/@LIBS@//g +# Whack out autoconf hook for thread debugging. +/@THREAD_DB_OBS@/s/@THREAD_DB_OBS@//g + +# Fix up paths to include directories. /INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g /INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g /INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g @@ -69,6 +73,7 @@ readline_headers =\ # Fix the syntax of bits of C code that go into version.c. /char /s/'char .Option-x/'char */ +# Point at files in the obj dir rather than src dir. /version/s/"{s}"version\.c/"{o}"version.c/g /version/s/^version\.c/"{o}"version.c/ /config/s/"{s}"config\.h/"{o}"config.h/g