diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-06-04 14:31:33 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-06-04 17:19:28 +0100 |
commit | 4351271e9c98553900f6ae3cbcaaa75198909daa (patch) | |
tree | 953b9055ed6c8e1ad8432cfab2d393fb57be56ad /gdb/ChangeLog | |
parent | a53755664f5f904aefd0d0b87e12f9adb6b69129 (diff) | |
download | gdb-4351271e9c98553900f6ae3cbcaaa75198909daa.zip gdb-4351271e9c98553900f6ae3cbcaaa75198909daa.tar.gz gdb-4351271e9c98553900f6ae3cbcaaa75198909daa.tar.bz2 |
gdb: add some additional debug output in remote.c
I needed more debug output from:
remote_target::select_thread_for_ambiguous_stop_reply
I thought this would be useful for others too.
gdb/ChangeLog:
* remote.c (remote_target)
<select_thread_for_ambiguous_stop_reply>: Add additional debug
output.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 875d8b7..99e935a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2021-06-04 Andrew Burgess <andrew.burgess@embecosm.com> + + * remote.c (remote_target) + <select_thread_for_ambiguous_stop_reply>: Add additional debug + output. + 2021-06-04 Hannes Domani <ssbssa@yahoo.de> * python/py-tui.c (class tui_py_window): Add click function. |