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

Unified Diff: tests/gdb/nacl.scons

Issue 10826183: GDB: Test that we can step inside function. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 4 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
Index: tests/gdb/nacl.scons
===================================================================
--- tests/gdb/nacl.scons (revision 9432)
+++ tests/gdb/nacl.scons (working copy)
@@ -77,6 +77,15 @@
env.AddNodeToTestSuite(node, ['large_tests'], 'run_gdb_stack_trace_test',
is_broken=env.Bit('build_x86_64'))
+node = env.CommandTest(
+ 'gdb_step_from_func_start.out',
+ command=['${PYTHON}', env.File('step_from_func_start.py')],
+ osenv=env_vars + ['GDB_TEST_GUEST=%s' % gdb_test_guest.abspath],
+ extra_deps=[sel_ldr, irt, gdb_test_guest])
+
+env.AddNodeToTestSuite(node, ['large_tests'],
+ 'run_gdb_step_from_func_start_test')
+
# GDB treats multithreaded programs specially. Provide distinct nexe for
# multithreaded tests to isolate multiple threads-specific issues.
gdb_test_guest_thread = env.ComponentProgram(

Powered by Google App Engine
This is Rietveld 408576698