aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
2005-11-012005-11-01 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-0/+17
* event-top.c (gdb_setup_readline): Don't set gdb_stdout when --batch-silent option was given. * main.c (batch_silent): New variable. (captured_main): Add new option --batch-silent. (print_gdb_help): Likewise. doc/ * gdb.texinfo (Choosing modes): Add --batch-silent.
2005-10-28 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage underEli Zaretskii2-3/+8
"The -var-update Command".
2005-10-03 * gdb.texinfo (Print Settings): Add documentation for set/showJoel Brobecker2-0/+19
print array-indexes.
2005-09-18 * gdb.texinfo (Contributors): Thank Andrew Cagney for releasesDaniel Jacobowitz2-1/+6
6.2 and 6.3.
2005-08-27 (Variables, Symbols): Document the "<incomplete type>" message andEli Zaretskii2-0/+31
its reasons.
2005-08-27 * main.c (print_gdb_help): Don't advertise the (long non-existent)Eli Zaretskii2-70/+9
option --mapped. * gdb.texinfo (File Options): Don't document --mapped, it's gone since 19-Jan-2004. (Files): Likewise.
2005-08-01Reviewed/approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-3/+4
2005-08-01 Fred Fish <fnf@specifix.com> * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2005-07-15(GDB/MI Variable Objects): Describe print-valuesNick Roberts1-26/+40
option for -var-list-children and -var-update. (GDB/MI Stack Manipulation): Simplify description of print-values option for -stack-list-locals. (GDB/MI Command Description Format): Clarify. (Mode Options): Spelling of superseded.
2005-07-15*** empty log message ***Nick Roberts1-0/+9
2005-07-122005-07-12 Bob Rossi <bob@brasko.net>Bob Rossi2-1/+6
* gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show corresponding GDB command comment.
2005-07-06Index: gdb/ChangeLogBob Rossi2-1/+75
+2005-07-06 Bob Rossi <bob@brasko.net> + + * fork-child.c (fork-inferior): Use accessor function for + inferior_io_terminal. + * infcmd.c (inferior_io_terminal): Make static. + (set_inferior_io_terminal): New function. + (get_inferior_io_terminal): Ditto. + (tty_command): Use accessor function. + (_initialize_infcmd): Add inferior_tty setshow variable. + (_initialize_infcmd): Remove tty command. + (_initialize_infcmd): Add a tty command that is an alias. + * inferior.h (set_inferior_io_terminal): New prototype. + (get_inferior_io_terminal): Ditto. + (new_tty_prefork): Add const qualifier to parameter. + * inflow.c (inferior_thisrun_terminal): Add const qualifier. + (new_tty_prefork): Add const qualifier to parameter. + * nto-procfs (procfs_create_inferior): Use accessor function. + (procfs_create_inferior): Add const qualifier to locals. + * win32-nat.c (child_create_inferior): Ditto. + * mi/mi-cmd-env.c (mi_cmd_inferior_tty_set): New function. + (mi_cmd_inferior_tty_set): Ditto. + * mi/mi-cmds.c (mi_cmds): Add inferior-tty-set and inferior-tty-show + * mi/mi-cmds.h (mi_cmd_inferior_tty_set): Add prototype. + (mi_cmd_inferior_tty_show): Ditto. Index: gdb/doc/ChangeLog +2005-07-06 Bob Rossi <bob@brasko.net> + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set + and -inferior-tty-show. + (Input/Output): Document "set/show inferior-tty" and tty alias. Index: gdb/testsuite/ChangeLog +2005-07-06 Bob Rossi <bob@brasko.net> + + * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty + command. + (Copyright): Update copyright.
2005-07-02* gdb.texinfo (Packets): Change description of 'D' packet to noteNathan J. Williams2-2/+9
that GDB does wait for a response.
2005-06-22(History) Rename "Command History".Nick Roberts1-18/+14
(Command History): Move node "Server Prefix" from section on Annotations here.
2005-06-22*** empty log message ***Nick Roberts1-0/+6
2005-06-19(GDB/MI Stack Manipulation):Nick Roberts1-0/+28
Re-instate -stack-info-frame with example. Say that it gets info on selected frame, not current frame.
2005-06-19*** empty log message ***Nick Roberts1-0/+6
2005-06-18(Backtrace): Document that free-standing environments do not needEli Zaretskii2-1/+7
to have a `main' function.
2005-06-18(Machine Code): Document possible problems with locations inEli Zaretskii2-0/+8
shared libraries.
2005-06-18(Files): Add more indexing for solib-absolute-prefix and --with-sysroot.Eli Zaretskii2-5/+10
2005-06-18(Files): Document the possibility of loading unlinked object files.Eli Zaretskii2-0/+13
2005-06-18(Threads): Add an @cindex entry for "thread apply".Eli Zaretskii2-0/+2
2005-06-18(Output Formats): More detailed description of the `c' format.Eli Zaretskii2-5/+12
(Memory): List explicitly all the formats supported by `x'.
2005-06-18(Server): Clarify that `file' should be used before connecting to the server.Eli Zaretskii2-5/+16
(Files): Add an xref to the above description.
2005-06-18(GDB/MI Stack Manipulation): Remove reference toNick Roberts1-20/+0
-stack-info-frame.
2005-06-18*** empty log message ***Nick Roberts1-0/+5
2005-06-072005-06-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+12
* gdb.texinfo (Contributors): Note the original multi-arch contributors.
2005-06-03 * gdb.texinfo (Registers): Add index entries for the standardEli Zaretskii2-3/+16
registers. (Frames): Add cross-reference from frame pointer description to the Registers node. (Annotations Overview): Fix the reference to GDB name.
2005-06-01 * gdb.texinfo (Set Watchpoints): Remove @vindex entry forEli Zaretskii2-1/+5
can-use-hw-watchpoints.
2005-05-29This is a cleanup change. It is the beggining of allowing GDB/MI to beBob Rossi2-1/+37
better understood (internally).
2005-05-262005-05-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-0/+8
* gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and Andrew Cagney implemented the original GDB/MI.
2005-05-232005-05-23 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-6/+20
* gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi documentation. Add documentation for cris-mode.
2005-05-20*** empty log message ***Eli Zaretskii1-0/+5
2005-05-20 * gdb.texinfo (Numbers): Explain the example and make the wordingEli Zaretskii1-8/+12
more acurate.
2005-05-182005-05-17 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2-38/+63
Dennis Brueni <dennis@slickedit.com> gdb/ * stack.c (print_frame): In MI mode, output a fullname attribute with the stack frame. gdb/doc/ * gdb.texinfo (GDB/MI Breakpoint Table Commands) (GDB/MI Data Manipulation, GDB/MI Program Control) (GDB/MI Stack Manipulation): Update examples to include the fullname attribute in stack frames. gdb/testsuite/ * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp, gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp, gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames. * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
2005-05-12 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like weEli Zaretskii2-11/+19
do with other non-standard names of init files.
2005-05-11 * gdb.texinfo (Command Files): Move the description of the startupEli Zaretskii2-58/+99
from here... (Startup): ...to this new subsection of the Invocation chapter. Rearrange the description of init files more logically and add a cross-reference to "Command Files". Document the special gdbinit name for CISCO 68k. Expand the description of what GDB does during startup. (History): Add index entry for HISTSIZE.
2005-05-02* gdb.texinfo (Files): Remove documentation for auto-solib-limit.Mark Kettenis2-30/+4
2005-05-02 * gdb.texinfo (SVR4 Process Information, The isatty call)Eli Zaretskii2-23/+30
(The system call): Don't use foo(N) notation for man pages and functions. (Compilation, DJGPP Native): Improve wording.
2005-05-01(SVR4 Process Information, The isatty call, The system call): Don't use theEli Zaretskii2-3/+9
foo(N) notation for man pages and functions.
2005-04-27 * gdb.texinfo (Backtrace): Describe backtraces with arguments thatEli Zaretskii2-0/+34
were optimized away.
2005-04-22 * gdb.texinfo (Remote configuration): Document "set/showEli Zaretskii2-0/+26
get-thread-local-storage-address". Add cross-reference to the description of the qGetTLSAddr packet. (General Query Packets): Mention "set remote get-thread-local-storage-address" and add a reference to its description.
2005-04-18(Backtrace): Describe 'bt full'.Nick Roberts1-0/+4
2005-04-18*** empty log message ***Nick Roberts1-0/+4
2005-04-16(Mode Options): Fix typo.Nick Roberts1-4/+6
(GDB/MI): Describe how to invoke GDB/MI.
2005-04-16*** empty log message ***Nick Roberts1-0/+5
2005-04-16 (Debugging Output): Document "set/show debugEli Zaretskii2-7/+208
solib-frv". Fix "set/show debugvarobj". (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon". (ARM): Document "rdilogfile", "rdilogenable", "set/show rdiromatzero", "set/show rdiheartbeat". (PowerPC): Document SDS-specific commands "set/show sdstimeout", "sds". (Embedded Processors): Document the "sim" command. (Remote): Document the "remote" command. (DJGPP Native): Document the "info serial" command. (Threads): Document "maint info sol-threads". (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". (Set Breaks): Improve indexing. (Command Syntax): Add a reference to dont-repeat. (Define): Document "dont-repeat". (TUI Commands): Document "tabset". (WinCE): New subsection. Document "set/show remotedirectory", "set/show remoteupload", "set/show remoteaddhost".
2005-04-16 (M32R/D): Document "sdireset", "sdistatus", "debug_chaos",Eli Zaretskii2-1/+126
"use_debug_dma", "use_mon_code", "use_ib_break", "use_dbt_break". (Debugging Output): Improve wording. (Set Breaks): Add index entry for "hardware breakpoints". (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", and "set/show usehardbreakpoints". (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show monitor-prompt", "set/show monitor-warnings", "pmon".
2005-04-16Fix typos.Eli Zaretskii1-2/+2
2005-04-16 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; allEli Zaretskii2-25/+204
references changed. Add descriptgion of "info udot". (Files): Document "set/show stop-on-solib-events". (M32R/D): Document "set/show download-path", "set/show board-address", "set/show server-address", "upload", "tload". (Maintenance Commands): Improve indexing. (Target Commands): Document "set/show hash", "set/show debug monitor". (SVR4 Process Information): Document "info pidlist" and "info meminfo". Document "set/show procfs-tarce" and "set/show procfs-file". Document "proc-trace-*" and "proc-untrace-*". (Symbols, The Print Command with Objective-C): Improve indexing. (Objective-C): Add references to "info classes" and "info selectors". (Debugging Output): Improve wording.
2005-04-15 (MIPS): Improve documentation of heuristic-fence-post. DocumentEli Zaretskii2-3/+209
"set/show mips abi", "set/show mips saved-gpreg-size", "set/show mips stack-arg-size", "set/show mips mask-address", "set/show mips remote-mips64-transfers-32bit-regs", "set/show debug mips". (ARM): Document ARM-specific commands. (AVR): New section. Document "info io_registers". (CRIS): New section. Document "set/show cris-version" and "set/show cris-dwarf2-cfi". (HPPA): New section. Document "set/show debug hppa" and "maint print unwind". (Netrino): New subsection. Document "set/show debug nto-debug". (Super-H): New section. Document the "regs" command.