Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: gdb/testsuite/gdb.base/watchpoint.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/watch_thread_num.exp ('k') | gdb/testsuite/gdb.base/watchpoint.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.base/watchpoint.c
diff --git a/gdb/testsuite/gdb.base/watchpoint.c b/gdb/testsuite/gdb.base/watchpoint.c
index e887f99aebbc244110a0329ef09391b9ae935b62..92fb3b18647688be5ec58b016c8d865bb55685a9 100644
--- a/gdb/testsuite/gdb.base/watchpoint.c
+++ b/gdb/testsuite/gdb.base/watchpoint.c
@@ -54,6 +54,13 @@ struct foo4
};
struct foo4 foo4;
+struct foo5
+{
+ struct { int x; } *p;
+};
+
+struct foo5 *nullptr;
+
void marker1 ()
{
}
« no previous file with comments | « gdb/testsuite/gdb.base/watch_thread_num.exp ('k') | gdb/testsuite/gdb.base/watchpoint.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698