summaryrefslogtreecommitdiff
path: root/src/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-231-1/+2
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (xprintstr): Ensure GDB (> 6.6) prints symbol nameNick Roberts2007-02-241-1/+1
| | | | as strings and not character arrays.
* Update copyright for years 2001-2007.Glenn Morris2007-01-211-1/+1
|
* (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)Eli Zaretskii2007-01-201-12/+15
| | | | (xbuffer, xcons, xcar, xcdr): Fix doc strings.
* Reformat documentation so that first sentenceNick Roberts2007-01-191-30/+43
| | | | displays properly with "help user-defined" (like apropos).
* Pass on SIGUSR1 and SIGUSR2 to Emacs.Kim F. Storm2006-12-191-0/+4
|
* (pitx): Print iterator position.Kim F. Storm2006-08-141-1/+5
| | | | Limit stack dump in case iterator is not initialized.
* (pitx): Dump iterator stack.Kim F. Storm2006-06-231-0/+9
|
* (pitx): Show composition parameters.Kim F. Storm2006-06-161-6/+123
| | | | | | (pgx, pg): New commands to print a glyph structure. (pgi, pgn): New commands to print specific/next glyph. (pgrowx, pgrow): New commands to print all glyphs in a row.
* (xframe): Print frame name.Kim F. Storm2006-05-051-1/+154
| | | | | | (xlist): New command to print a list (max 10 elements). (xpr): Print lisp object of any type. (pitx): Print it->pixel_width.
* (pp1, pv1): Only print value as expression is now printed out by gud-print.Nick Roberts2006-04-261-8/+3
| | | | (pv1): Correct doc string.
* (pr, pp, pp1, pv, pv1): Force print_output_debug_flag to zeroEli Zaretskii2006-03-251-0/+18
| | | | before calling debug_print or safe_debug_print.
* (xwindow): Update the code to show the window box.Richard M. Stallman2006-02-131-1/+10
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.Eli Zaretskii2006-01-201-12/+15
|
* Add 2006 to Copyright years.Eli Zaretskii2006-01-061-1/+1
|
* Fix typo.Nick Roberts2006-01-051-1/+1
|
* Fix last change.Eli Zaretskii2006-01-051-8/+15
|
* Avoid a warning message when x_error_quitter is not compiled in.Eli Zaretskii2006-01-041-1/+9
|
* Undo last change. Instead, look at Vsystem_type toKim F. Storm2006-01-031-16/+19
| | | | determine which breakpoints to set.
* Tell users not to worry about GDB warnings that some functions do notEli Zaretskii2005-12-301-0/+6
| | | | exist in the binary.
* Set a breakpoint on w32_abort.Eli Zaretskii2005-12-171-0/+3
|
* Revert unwanted changes.Andreas Schwab2005-11-191-2/+2
|
* (nextcons, xcdr, xfloat): Update for changes inAndreas Schwab2005-11-191-6/+6
| | | | Lisp_Cons and Lisp_Float.
* Make SIGTSTP work like SIGINT normally does.Nick Roberts2005-11-161-0/+3
|
* (pitx): Fix output format if n_overlay_strings > 0.Kim F. Storm2005-11-111-1/+11
| | | | | (bt): Add post hook to "backtrace" to always dump lisp call stack to increase chance of people sending it to us when reporting bugs.
* (pp, pp1): Use safe_debug_print.Kim F. Storm2005-11-091-2/+27
| | | | (pv, pv1): New commands to print value of a lisp variable.
* (pp1): New user-defined function.Nick Roberts2005-11-091-0/+15
|
* (pitx): Fix output format. Print string charpos.Kim F. Storm2005-07-141-3/+7
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (pitx): Print more info about iterator.Kim F. Storm2005-05-161-7/+31
|
* (pitx, pit): Pretty print display iterator.Kim F. Storm2005-02-181-0/+187
| | | | | | (prowx, prow): Pretty print glyph row. (pcursorx, pcursor): Pretty print a window cursor. (pwinx, pwin): Pretty print struct window.
* (xgetptr, xgetint, xgettype): Copy $arg0 into a temp variable.Richard M. Stallman2005-01-211-6/+9
|
* (ppt): New function.Kim F. Storm2004-11-031-0/+28
|
* (pp): Shorthand for p ARG + pr.Kim F. Storm2004-10-041-0/+20
| | | | (ff): New command: flush frame updates (X only).
* (xsymbol): Fix last change.Kim F. Storm2004-05-191-2/+3
|
* (xprintstr): New fun.Stefan Monnier2004-05-191-2/+7
| | | | (xstring, xprintsym): Use it.
* Mask off gdb_array_mark_flag from vector sizes.Andreas Schwab2004-05-151-6/+6
|
* Make it work for USE_LSB_TAG and !NO_LISP_UNION.Stefan Monnier2004-04-031-77/+131
| | | | | | (xgetptr, xgetint, xgettype): New funs. Use them everywhere. ($nonvalbits): Remove. ($valmask): Set it by calling xreload to avoid redundancy.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (xprintsym): Use the new `xname' field.Stefan Monnier2002-06-221-4/+3
| | | | (xsymbol): Use it.
* (xsymbol): Use the new `xname' field.Stefan Monnier2002-06-171-1/+2
|
* (hookpost-run): Defined.Richard M. Stallman2002-01-221-0/+5
|
* (xbuffer): Remove address operator since data is now a pointer.Andreas Schwab2002-01-121-1/+1
|
* Add copyright notice.Gerd Moellmann2001-02-201-0/+20
|
* (hook-run): Define to run xreload.Dave Love2001-01-311-1/+6
|
* Comment out the line pointing to the Lesstif sourceGerd Moellmann2000-12-271-1/+1
| | | | directory.
* (xbacktrace): Handle case that $bt->function isn'tGerd Moellmann2000-10-241-2/+14
| | | | a symbol.