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

Unified Diff: gdb/gdbinit.in

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/gdbcore.h ('k') | gdb/gdbserver/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbinit.in
diff --git a/gdb/gdbinit.in b/gdb/gdbinit.in
deleted file mode 100644
index ffb7f53b5007788a8177382a903c53587de7a540..0000000000000000000000000000000000000000
--- a/gdb/gdbinit.in
+++ /dev/null
@@ -1,34 +0,0 @@
-echo Setting up the environment for debugging gdb.\n
-
-set complaints 1
-
-b internal_error
-
-b info_command
-commands
- silent
- return
-end
-
-dir @srcdir@/../libiberty
-dir @srcdir@/../bfd
-dir @srcdir@
-dir .
-set prompt (top-gdb)
-
-define pdie
- if $argc == 1
- call dump_die ($arg0, 1)
- else
- if $argc == 2
- call dump_die ($arg0, $arg1)
- else
- printf "Syntax: pdie die [depth]\n"
- end
- end
-end
-
-document pdie
-Pretty print a DWARF DIE.
-Syntax: pdie die [depth]
-end
« no previous file with comments | « gdb/gdbcore.h ('k') | gdb/gdbserver/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698