aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-06-27 11:54:21 +0000
committerPedro Alves <palves@redhat.com>2008-06-27 11:54:21 +0000
commitc0a2216eb39d8d955232d71ded9fa3e132078f07 (patch)
tree4a8bd293c88b11bbb114564c47c01e3fa3b5d970 /gdb/Makefile.in
parent87b0e16e7b9756ea871631cd48ae1eb9040a6381 (diff)
downloadgdb-c0a2216eb39d8d955232d71ded9fa3e132078f07.zip
gdb-c0a2216eb39d8d955232d71ded9fa3e132078f07.tar.gz
gdb-c0a2216eb39d8d955232d71ded9fa3e132078f07.tar.bz2
* infrun.c (start_remote): Don't clear thread list here.
* monitor.c (monitor_open): Include "gdbthread.h". Clear thread list here. * remote.c (record_currthread): Upgrade the main thread and its entry in the thread list if this is the first time we hear about threads. (remote_thread_alive): Consider magic_null_ptid or a ptid without a tid member always alive. (remote_find_new_threads): Don't update the main thread here. (remote_start_remote): Clear thread list here. Always add the main thread. (extended_remote_attach_1): Add the main thread here. (extended_remote_mourn_1): Re-add the main thread here. (extended_remote_create_inferior_1): Add a main thread. * Makefile.in (monitor.o): Depend on $(gdbthread_h).
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f88af05..36186a9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2540,7 +2540,7 @@ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \
$(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(target_h) $(mn10300_tdep_h)
monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \
$(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \
- $(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h)
+ $(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h) $(gdbthread_h)
mt-tdep.o: mt-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) $(frame_base_h) \
$(symtab_h) $(dis_asm_h) $(arch_utils_h) $(gdbtypes_h) \
$(gdb_string_h) $(regcache_h) $(reggroups_h) $(gdbcore_h) \