mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 06:54:54 +00:00
gdb/
* thread.c (switch_to_thread): Don't call registers_changed.
This commit is contained in:
parent
9974286ed1
commit
d99067cba7
@ -1,3 +1,7 @@
|
||||
2012-07-27 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* thread.c (switch_to_thread): Don't call registers_changed.
|
||||
|
||||
2012-07-26 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* Makefile.in (SFILES): Remove objc-exp.y.
|
||||
|
@ -987,7 +987,6 @@ switch_to_thread (ptid_t ptid)
|
||||
|
||||
inferior_ptid = ptid;
|
||||
reinit_frame_cache ();
|
||||
registers_changed ();
|
||||
|
||||
/* We don't check for is_stopped, because we're called at times
|
||||
while in the TARGET_RUNNING state, e.g., while handling an
|
||||
|
Loading…
x
Reference in New Issue
Block a user