projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
000d2dc
)
* gdbinit.in: Set data-directory to @srcdir@.
author
Pedro Alves
<palves@redhat.com>
Sun, 4 Oct 2009 13:50:08 +0000
(13:50 +0000)
committer
Pedro Alves
<palves@redhat.com>
Sun, 4 Oct 2009 13:50:08 +0000
(13:50 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/gdbinit.in
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index f8c57dd8f6cdce76c9806918b1fa669feb670c27..5aa6e3da56df2bf5f67acda443fad71047838b8f 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2009-10-04 Pedro Alves <pedro@codesourcery.com>
+
+ * gdbinit.in: Set data-directory to @srcdir@.
+
2009-10-02 Pedro Alves <pedro@codesourcery.com>
* linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.
diff --git
a/gdb/gdbinit.in
b/gdb/gdbinit.in
index ffb7f53b5007788a8177382a903c53587de7a540..1448dd3a5382b10bfb7a97cac61696cfeef063dd 100644
(file)
--- a/
gdb/gdbinit.in
+++ b/
gdb/gdbinit.in
@@
-16,6
+16,8
@@
dir @srcdir@
dir .
set prompt (top-gdb)
+set data-directory @srcdir@
+
define pdie
if $argc == 1
call dump_die ($arg0, 1)