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

Unified Diff: gdb/testsuite/lib/trace-support.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/lib/mi-support.exp ('k') | gdb/thread.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/lib/trace-support.exp
diff --git a/gdb/testsuite/lib/trace-support.exp b/gdb/testsuite/lib/trace-support.exp
index ef28ec8f289a65e5a0fe55919b24a1ec0a8cb3ee..35a8a9db38801f11a807d375bbc519c1c5e57c53 100644
--- a/gdb/testsuite/lib/trace-support.exp
+++ b/gdb/testsuite/lib/trace-support.exp
@@ -301,3 +301,15 @@ proc gdb_find_recursion_test_baseline { filename } {
}
return $baseline;
}
+
+# Return the location of the IPA library.
+
+proc get_in_proc_agent {} {
+ global objdir
+
+ if [target_info exists in_proc_agent] {
+ return [target_info in_proc_agent]
+ } else {
+ return $objdir/../gdbserver/libinproctrace.so
+ }
+}
« no previous file with comments | « gdb/testsuite/lib/mi-support.exp ('k') | gdb/thread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698