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

Unified Diff: linker/ld.gdb

Issue 156883002: Prep dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-bionic.git@master
Patch Set: Created 6 years, 10 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 | « linker/hello.c ('k') | linker/linker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: linker/ld.gdb
diff --git a/linker/ld.gdb b/linker/ld.gdb
new file mode 100644
index 0000000000000000000000000000000000000000..0c49f83899ed8dcfc34d480c26cd1cbec1ab6a59
--- /dev/null
+++ b/linker/ld.gdb
@@ -0,0 +1,3 @@
+target remote :4014
+add-symbol-file irt_core_arm.nexe 0x0fa00040
+add-symbol-file runnable-ld.so 0x20000
« no previous file with comments | « linker/hello.c ('k') | linker/linker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698