emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100024: Fix GDB startup with src/.gd


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100024: Fix GDB startup with src/.gdbinit.
Date: Sat, 24 Apr 2010 10:36:27 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100024
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-04-24 10:36:27 +0300
message:
  Fix GDB startup with src/.gdbinit.
  
   .gdbinit: Add a "set Fmake_symbol" line to force GDB load the
   definition of "struct Lisp_Symbol".
modified:
  src/.gdbinit
  src/ChangeLog
=== modified file 'src/.gdbinit'
--- a/src/.gdbinit      2010-04-19 13:05:35 +0000
+++ b/src/.gdbinit      2010-04-24 07:36:27 +0000
@@ -21,6 +21,8 @@
 
 # Force loading of symbols, enough to give us gdb_valbits etc.
 set main
+# With some compilers, we need this to give us struct Lisp_Symbol etc.:
+set Fmake_symbol
 
 # Find lwlib source files too.
 dir ../lwlib

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-24 02:23:22 +0000
+++ b/src/ChangeLog     2010-04-24 07:36:27 +0000
@@ -1,3 +1,8 @@
+2010-04-24  Eli Zaretskii  <address@hidden>
+
+       * .gdbinit: Add a "set Fmake_symbol" line to force GDB load the
+       definition of "struct Lisp_Symbol".
+
 2010-04-24  Glenn Morris  <address@hidden>
 
        * Makefile.in (CRT_DIR): New variable, set by configure.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]