aboutsummaryrefslogtreecommitdiffstats
path: root/src/.gdbinit
Commit message (Expand)AuthorAgeFilesLines
* remove ARRAY_MARK_FLAGBT Templeton2015-04-181-5/+5
* Remove DATA_SEG_BITS.Paul Eggert2014-04-161-5/+5
* Fix printing empty Lisp strings.Eli Zaretskii2014-01-291-2/+13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * .gdbinit (xgettype): Add cast.Andreas Schwab2013-11-261-1/+1
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-031-10/+11
* src/.gdbinit (prowlims): Display the enabled_p flag of the row.Eli Zaretskii2013-03-071-1/+1
* * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-011-1/+0
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-4/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
* | Merge from emacs-24; up to 2012-11-19T11:36:[email protected]Glenn Morris2012-11-231-1/+2
|\|
| * Fix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is defined.Eli Zaretskii2012-11-231-1/+2
* | Tweak last vectorlike_header change.Dmitry Antipov2012-11-091-10/+26
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-4/+21
|/
* * src/.gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.Stefan Monnier2012-09-301-4/+4
* Clean-up left-overs after 2012-09-23T08:44:[email protected] wrt signal ...Eli Zaretskii2012-09-231-2/+2
* * .gdbinit: Just stop at fatal_error_backtrace.Paul Eggert2012-09-221-13/+3
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-8/+3
* Avoid GDB 7.5 warnings about "set main" in src/.gdbinit.Eli Zaretskii2012-08-201-2/+2
* * .gdbinit: Use call instead of set when calling a function in theAndreas Schwab2012-08-191-3/+3
* Fix .gdbinit to match changes with INTERNAL_FIELD.Eli Zaretskii2012-08-071-10/+10
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-3/+3
* More fixes in .gdbinit.Eli Zaretskii2012-08-011-2/+2
* Fix .gdbinit for latest INTERNAL_FIELD uses.Eli Zaretskii2012-08-011-10/+10
* Fix 'xframe' in .gdbinit.Eli Zaretskii2012-07-311-1/+1
* Adjust GDB to reflect pvec_type changes.Paul Eggert2012-07-271-3/+11
* Improve GDB symbol export.Paul Eggert2012-07-261-4/+16
* Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert2012-07-261-51/+18
* Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-251-3/+1
* .gdbinit: Update to match recent lisp.h changes.Paul Eggert2012-06-131-2/+2
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-12/+14
* * .gdbinit (xpr): Remove checks for no longer existing misc types.Andreas Schwab2012-05-011-78/+0
* * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.Andreas Schwab2012-04-241-3/+10
* In GDB scripts, don't assume that EMACS_INT fits in long.Paul Eggert2012-02-201-1/+3
* Fix display of iterator stack by .gdbinit command "pitx".Eli Zaretskii2012-02-181-2/+2
* * .gdbinit (pp1, pv1): Remove redundant defines.Andreas Schwab2012-02-041-36/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix bug #10098 with assertion violation during frame resize.Eli Zaretskii2011-11-221-3/+2
* Fix the `xbytecode' user-defined command in .gdbinit.Eli Zaretskii2011-10-291-6/+22
* src/.gdbinit (pgx): Fix references to fields of `struct glyph'.Eli Zaretskii2011-09-181-35/+35
* Tried and abandoned idea of displaying mode line and tool/menu-bars R2L.Eli Zaretskii2011-06-181-8/+8
* * .gdbinit (pwinx, xbuffer): Fix access to buffer name.Andreas Schwab2011-03-111-2/+2
* * .gdbinit: Read global lisp variables as globals.f_V*.Jan Djärv2011-01-301-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-4/+1
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-3/+4
|\|
| * * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-271-3/+4
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-5/+21