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

Side by Side Diff: gdb/gdb-gdb.gdb.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 unified diff | Download patch
« no previous file with comments | « gdb/gdb-gdb.py ('k') | gdb/gdb_curses.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 echo Setting up the environment for debugging gdb.\n 1 echo Setting up the environment for debugging gdb.\n
2 2
3 set complaints 1 3 set complaints 1
4 4
5 b internal_error 5 b internal_error
6 6
7 b info_command 7 b info_command
8 commands 8 commands
9 silent 9 silent
10 return 10 return
(...skipping 14 matching lines...) Expand all
25 else 25 else
26 printf "Syntax: pdie die [depth]\n" 26 printf "Syntax: pdie die [depth]\n"
27 end 27 end
28 end 28 end
29 end 29 end
30 30
31 document pdie 31 document pdie
32 Pretty print a DWARF DIE. 32 Pretty print a DWARF DIE.
33 Syntax: pdie die [depth] 33 Syntax: pdie die [depth]
34 end 34 end
OLDNEW
« no previous file with comments | « gdb/gdb-gdb.py ('k') | gdb/gdb_curses.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698