mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
gdbserver: make remove_thread a method of process_info
Same idea as the previous patch, but for `remove_thread`. Change-Id: I7e227655be5fcf29a3256e8389eb32051f27882d Reviewed-By: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
This commit is contained in:
committed by
Simon Marchi
parent
9618dbfe52
commit
2500e7d7d2
@@ -90,8 +90,6 @@ private:
|
||||
process_info *m_process;
|
||||
};
|
||||
|
||||
void remove_thread (struct thread_info *thread);
|
||||
|
||||
/* Return a pointer to the first thread, or NULL if there isn't one. */
|
||||
|
||||
struct thread_info *get_first_thread (void);
|
||||
|
||||
Reference in New Issue
Block a user