aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAntoine Tremblay <antoine.tremblay@ericsson.com>2016-10-03 16:55:35 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2016-10-03 16:56:24 -0400
commit9c36d9544f0987cbd840a19552af3343252d28a0 (patch)
tree2a0be6516f7cbcfb1388b4ad598760d6e4d807af /gdb/testsuite/ChangeLog
parent4034d0ff52b0f346efedd2d335ccbc672466da45 (diff)
downloadgdb-9c36d9544f0987cbd840a19552af3343252d28a0.zip
gdb-9c36d9544f0987cbd840a19552af3343252d28a0.tar.gz
gdb-9c36d9544f0987cbd840a19552af3343252d28a0.tar.bz2
Add test for user context selection sync
This patch adds a test to verify that events are sent properly to all UIs when the user selection context (inferior, thread, frame) changes. The goal of the C test file is to provide two threads that are stopped with the same predictable backtrace (so that we can test frame switching). The barrier helps us know when the child threads are started. Then, scheduler-locking is used to bring each thread one by one to the position we expect them to be during the test. gdb/testsuite/ChangeLog: YYYY-MM-DD Antoine Tremblay <antoine.tremblay@ericsson.com> YYYY-MM-DD Simon Marchi <simon.marchi@ericsson.com> PR gdb/20487 * gdb.mi/user-selected-context-sync.exp: New file. * gdb.mi/user-selected-context-sync.c: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6d93c28..d4ae9df 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -2,6 +2,13 @@
2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
PR gdb/20487
+ * gdb.mi/user-selected-context-sync.exp: New file.
+ * gdb.mi/user-selected-context-sync.c: New file.
+
+2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
+2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
+
+ PR gdb/20487
* gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
=thread-select-event check.