* dwarf2read.c (macro_start_file): Update.
[deliverable/binutils-gdb.git] / gdb / NEWS
CommitLineData
c906108c
SS
1 What has changed in GDB?
2 (Organized release by release)
3
80c8d323
JB
4*** Changes since GDB 7.5
5
a72c3253
DE
6* Python scripting
7
8 ** Vectors can be created with gdb.Type.vector.
9
10* New Python-based convenience functions:
11
12 ** $_memeq(buf1, buf2, length)
13 ** $_streq(str1, str2)
14 ** $_strlen(str)
15 ** $_regex(str, regex)
16
f3c8a52a
JK
17* The 'cd' command now defaults to using '~' (the home directory) if not
18 given an argument.
19
23a80689
JB
20* New configure options
21
22--enable-libmcheck/--disable-libmcheck
23 By default, development versions are built with -lmcheck on hosts
24 that support it, in order to help track memory corruption issues.
25 Release versions, on the other hand, are built without -lmcheck
26 by default. The --enable-libmcheck/--disable-libmcheck configure
27 options allow the user to override that default.
28
d6b28940
TT
29* New commands (for set/show, see "New options" below)
30
31maint info bfds
32 List the BFDs known to GDB.
33
5b9afe8a
YQ
34* MI changes
35
36 ** Command parameter changes are now notified using new async record
37 "=cmd-param-changed".
38
80c8d323 39*** Changes in GDB 7.5
d6e00af6 40
1b3371b1
L
41* GDB now supports x32 ABI. Visit <http://sites.google.com/site/x32abi/>
42 for more x32 ABI info.
43
d0e64392
MR
44* GDB now supports access to MIPS DSP registers on Linux targets.
45
4cc0665f
MR
46* GDB now supports debugging microMIPS binaries.
47
85d4a676
SS
48* The "info os" command on GNU/Linux can now display information on
49 several new classes of objects managed by the operating system:
50 "info os procgroups" lists process groups
51 "info os files" lists file descriptors
52 "info os sockets" lists internet-domain sockets
53 "info os shm" lists shared-memory regions
54 "info os semaphores" lists semaphores
55 "info os msg" lists message queues
56 "info os modules" lists loaded kernel modules
57
55aa24fb
SDJ
58* GDB now has support for SDT (Static Defined Tracing) probes. Currently,
59 the only implemented backend is for SystemTap probes (<sys/sdt.h>). You
60 can set a breakpoint using the new "-probe, "-pstap" or "-probe-stap"
61 options and inspect the probe arguments using the new $_probe_arg family
62 of convenience variables. You can obtain more information about SystemTap
63 in <http://sourceware.org/systemtap/>.
64
72508ac0
PO
65* GDB now supports reversible debugging on ARM, it allows you to
66 debug basic ARM and THUMB instructions, and provides
67 record/replay support.
68
16899756
DE
69* The option "symbol-reloading" has been deleted as it is no longer used.
70
4795f398
DE
71* Python scripting
72
7d74f244
DE
73 ** GDB commands implemented in Python can now be put in command class
74 "gdb.COMMAND_USER".
75
4795f398
DE
76 ** The "maint set python print-stack on|off" is now deleted.
77
50897289
TT
78 ** A new class, gdb.printing.FlagEnumerationPrinter, can be used to
79 apply "flag enum"-style pretty-printing to any enum.
80
64e7d9dd
TT
81 ** gdb.lookup_symbol can now work when there is no current frame.
82
83 ** gdb.Symbol now has a 'line' attribute, holding the line number in
84 the source at which the symbol was defined.
85
f0823d2c
TT
86 ** gdb.Symbol now has the new attribute 'needs_frame' and the new
87 method 'value'. The former indicates whether the symbol needs a
88 frame in order to compute its value, and the latter computes the
89 symbol's value.
90
7b282c5a
SCR
91 ** A new method 'referenced_value' on gdb.Value objects which can
92 dereference pointer as well as C++ reference values.
93
a20ee7a4
SCR
94 ** New methods 'global_block' and 'static_block' on gdb.Symtab objects
95 which return the global and static blocks (as gdb.Block objects),
96 of the underlying symbol table, respectively.
97
7efc75aa
SCR
98 ** New function gdb.find_pc_line which returns the gdb.Symtab_and_line
99 object associated with a PC value.
100
ee0bf529
SCR
101 ** gdb.Symtab_and_line has new attribute 'last' which holds the end
102 of the address range occupied by code for the current source line.
103
a766d390
DE
104* Go language support.
105 GDB now supports debugging programs written in the Go programming
106 language.
107
e0f9f062
DE
108* GDBserver now supports stdio connections.
109 E.g. (gdb) target remote | ssh myhost gdbserver - hello
110
217bff3e
JK
111* The binary "gdbtui" can no longer be built or installed.
112 Use "gdb -tui" instead.
113
cafec441
TT
114* GDB will now print "flag" enums specially. A flag enum is one where
115 all the enumerator values have no bits in common when pairwise
116 "and"ed. When printing a value whose type is a flag enum, GDB will
117 show all the constants, e.g., for enum E { ONE = 1, TWO = 2}:
118 (gdb) print (enum E) 3
119 $1 = (ONE | TWO)
120
4aac40c8
TT
121* The filename part of a linespec will now match trailing components
122 of a source file name. For example, "break gcc/expr.c:1000" will
123 now set a breakpoint in build/gcc/expr.c, but not
124 build/libcpp/expr.c.
125
d99bd577
UW
126* The "info proc" and "generate-core-file" commands will now also
127 work on remote targets connected to GDBserver on Linux.
128
53fe1783
GB
129* The command "info catch" has been removed. It has been disabled
130 since December 2007.
131
e41eec66
JB
132* The "catch exception" and "catch assert" commands now accept
133 a condition at the end of the command, much like the "break"
134 command does. For instance:
135
136 (gdb) catch exception Constraint_Error if Barrier = True
137
138 Previously, it was possible to add a condition to such catchpoints,
139 but it had to be done as a second step, after the catchpoint had been
140 created, using the "condition" command.
141
5808517f
YQ
142* The "info static-tracepoint-marker" command will now also work on
143 native Linux targets with in-process agent.
144
481860b3
GB
145* GDB can now set breakpoints on inlined functions.
146
147* The .gdb_index section has been updated to include symbols for
148 inlined functions. GDB will ignore older .gdb_index sections by
149 default, which could cause symbol files to be loaded more slowly
e615022a
DE
150 until their .gdb_index sections can be recreated. The new command
151 "set use-deprecated-index-sections on" will cause GDB to use any older
152 .gdb_index sections it finds. This will restore performance, but the
153 ability to set breakpoints on inlined functions will be lost in symbol
154 files with older .gdb_index sections.
481860b3 155
156942c7
DE
156 The .gdb_index section has also been updated to record more information
157 about each symbol. This speeds up the "info variables", "info functions"
158 and "info types" commands when used with programs having the .gdb_index
159 section, as well as speeding up debugging with shared libraries using
160 the .gdb_index section.
161
927fbba6
JB
162* Ada support for GDB/MI Variable Objects has been added.
163
20388dd6
YQ
164* GDB can now support 'breakpoint always-inserted mode' in 'record'
165 target.
166
f3e0e960
SS
167* MI changes
168
169 ** New command -info-os is the MI equivalent of "info os".
170
37ce89eb
SS
171 ** Output logs ("set logging" and related) now include MI output.
172
edcc5120
TT
173* New commands
174
e615022a
DE
175 ** "set use-deprecated-index-sections on|off"
176 "show use-deprecated-index-sections on|off"
177 Controls the use of deprecated .gdb_index sections.
178
edcc5120
TT
179 ** "catch load" and "catch unload" can be used to stop when a shared
180 library is loaded or unloaded, respectively.
181
816338b5
SS
182 ** "enable count" can be used to auto-disable a breakpoint after
183 several hits.
184
57651221 185 ** "info vtbl" can be used to show the virtual method tables for
c4aeac85
TT
186 C++ and Java objects.
187
06fc020f
SCR
188 ** "explore" and its sub commands "explore value" and "explore type"
189 can be used to reccursively explore values and types of
190 expressions. These commands are available only if GDB is
191 configured with '--with-python'.
192
bf88dd68
JK
193 ** "info auto-load" shows status of all kinds of auto-loaded files,
194 "info auto-load gdb-scripts" shows status of auto-loading GDB canned
195 sequences of commands files, "info auto-load python-scripts"
196 shows status of auto-loading Python script files,
197 "info auto-load local-gdbinit" shows status of loading init file
198 (.gdbinit) from current directory and "info auto-load libthread-db" shows
199 status of inferior specific thread debugging shared library loading.
200
201 ** "info auto-load-scripts", "set auto-load-scripts on|off"
202 and "show auto-load-scripts" commands have been deprecated, use their
203 "info auto-load python-scripts", "set auto-load python-scripts on|off"
204 and "show auto-load python-scripts" counterparts instead.
205
e7e0cddf
SS
206 ** "dprintf location,format,args..." creates a dynamic printf, which
207 is basically a breakpoint that does a printf and immediately
208 resumes your program's execution, so it is like a printf that you
209 can insert dynamically at runtime instead of at compiletime.
210
9cb709b6
TT
211 ** "set print symbol"
212 "show print symbol"
213 Controls whether GDB attempts to display the symbol, if any,
214 corresponding to addresses it prints. This defaults to "on", but
215 you can set it to "off" to restore GDB's previous behavior.
216
2d4c29c5
TS
217* Deprecated commands
218
219 ** For the Renesas Super-H architecture, the "regs" command has been
220 deprecated, and "info all-registers" should be used instead.
221
a58b110a
KB
222* New targets
223
224Renesas RL78 rl78-*-elf
60c9a3c0 225HP OpenVMS ia64 ia64-hp-openvms*
a58b110a 226
72895ff6
LM
227* GDBserver supports evaluation of breakpoint conditions. When
228 support is advertised by GDBserver, GDB may be told to send the
229 breakpoint conditions in bytecode form to GDBserver. GDBserver
230 will only report the breakpoint trigger to GDB when its condition
231 evaluates to true.
232
233* New options
234
4cc0665f
MR
235set mips compression
236show mips compression
237 Select the compressed ISA encoding used in functions that have no symbol
238 information available. The encoding can be set to either of:
239 mips16
240 micromips
241 and is updated automatically from ELF file flags if available.
242
72895ff6
LM
243set breakpoint condition-evaluation
244show breakpoint condition-evaluation
cf65ecd3 245 Control whether breakpoint conditions are evaluated by GDB ("host") or by
5b43fab2
JK
246 GDBserver ("target"). Default option "auto" chooses the most efficient
247 available mode.
72895ff6
LM
248 This option can improve debugger efficiency depending on the speed of the
249 target.
250
bf88dd68
JK
251set auto-load off
252 Disable auto-loading globally.
253
254show auto-load
255 Show auto-loading setting of all kinds of auto-loaded files.
256
257set auto-load gdb-scripts on|off
258show auto-load gdb-scripts
259 Control auto-loading of GDB canned sequences of commands files.
260
261set auto-load python-scripts on|off
262show auto-load python-scripts
263 Control auto-loading of Python script files.
264
265set auto-load local-gdbinit on|off
266show auto-load local-gdbinit
267 Control loading of init file (.gdbinit) from current directory.
268
269set auto-load libthread-db on|off
270show auto-load libthread-db
271 Control auto-loading of inferior specific thread debugging shared library.
272
7349ff92 273set auto-load scripts-directory <dir1>[:<dir2>...]
9cc815f5 274show auto-load scripts-directory
7349ff92
JK
275 Set a list of directories from which to load auto-loaded scripts.
276 Automatically loaded Python scripts and GDB scripts are located in one
277 of the directories listed by this option.
278 The delimiter (':' above) may differ according to the host platform.
279
bccbefd2
JK
280set auto-load safe-path <dir1>[:<dir2>...]
281show auto-load safe-path
282 Set a list of directories from which it is safe to auto-load files.
283 The delimiter (':' above) may differ according to the host platform.
284
4dc84fd1
JK
285set debug auto-load on|off
286show debug auto-load
287 Control display of debugging info for auto-loading the files above.
288
d3ce09f5 289set dprintf-style gdb|call|agent
e7e0cddf 290show dprintf-style
d3ce09f5
SS
291 Control the way in which a dynamic printf is performed; "gdb"
292 requests a GDB printf command, while "call" causes dprintf to call a
293 function in the inferior. "agent" requests that the target agent
294 (such as GDBserver) do the printing.
e7e0cddf
SS
295
296set dprintf-function <expr>
297show dprintf-function
298set dprintf-channel <expr>
299show dprintf-channel
300 Set the function and optional first argument to the call when using
301 the "call" style of dynamic printf.
302
d3ce09f5
SS
303set disconnected-dprintf on|off
304show disconnected-dprintf
305 Control whether agent-style dynamic printfs continue to be in effect
306 after GDB disconnects.
307
6dea1fbd
JK
308* New configure options
309
7349ff92
JK
310--with-auto-load-dir
311 Configure default value for the 'set auto-load scripts-directory'
1564a261
JK
312 setting above. It defaults to '$debugdir:$datadir/auto-load',
313 $debugdir representing global debugging info directories (available
314 via 'show debug-file-directory') and $datadir representing GDB's data
315 directory (available via 'show data-directory').
7349ff92 316
6dea1fbd
JK
317--with-auto-load-safe-path
318 Configure default value for the 'set auto-load safe-path' setting
7349ff92 319 above. It defaults to the --with-auto-load-dir setting.
6dea1fbd
JK
320
321--without-auto-load-safe-path
322 Set 'set auto-load safe-path' to '/', effectively disabling this
323 security feature.
324
72895ff6
LM
325* New remote packets
326
74c48cbb
PA
327z0/z1 conditional breakpoints extension
328
72895ff6
LM
329 The z0/z1 breakpoint insertion packets have been extended to carry
330 a list of conditional expressions over to the remote stub depending on the
331 condition evaluation mode. The use of this extension can be controlled
332 via the "set remote conditional-breakpoints-packet" command.
333
9b224c5e
PA
334QProgramSignals:
335
336 Specify the signals which the remote stub may pass to the debugged
337 program without GDB involvement.
338
8320cc4f
JK
339* New command line options
340
341--init-command=FILE, -ix Like --command, -x but execute it
342 before loading inferior.
343--init-eval-command=COMMAND, -iex Like --eval-command=COMMAND, -ex but
344 execute it before loading inferior.
345
8837a20f
JB
346*** Changes in GDB 7.4
347
f8eba3c6
TT
348* GDB now handles ambiguous linespecs more consistently; the existing
349 FILE:LINE support has been expanded to other types of linespecs. A
350 breakpoint will now be set on all matching locations in all
351 inferiors, and locations will be added or removed according to
352 inferior changes.
353
1bfeeb0f
JL
354* GDB now allows you to skip uninteresting functions and files when
355 stepping with the "skip function" and "skip file" commands.
356
480a3f21
PW
357* GDB has two new commands: "set remote hardware-watchpoint-length-limit"
358 and "show remote hardware-watchpoint-length-limit". These allows to
359 set or show the maximum length limit (in bytes) of a remote
360 target hardware watchpoint.
361
362 This allows e.g. to use "unlimited" hardware watchpoints with the
363 gdbserver integrated in Valgrind version >= 3.7.0. Such Valgrind
364 watchpoints are slower than real hardware watchpoints but are
365 significantly faster than gdb software watchpoints.
366
3a7bf607
PM
367* Python scripting
368
32d1c362 369 ** The register_pretty_printer function in module gdb.printing now takes
7d0aff21 370 an optional `replace' argument. If True, the new printer replaces any
32d1c362
DE
371 existing one.
372
3a7bf607 373 ** The "maint set python print-stack on|off" command has been
4795f398
DE
374 deprecated and will be deleted in GDB 7.5.
375 A new command: "set python print-stack none|full|message" has
376 replaced it. Additionally, the default for "print-stack" is
377 now "message", which just prints the error message without
378 the stack trace.
3a7bf607 379
baacfb07 380 ** A prompt substitution hook (prompt_hook) is now available to the
3a7bf607 381 Python API.
713389e0 382
fa3a4f15
PM
383 ** A new Python module, gdb.prompt has been added to the GDB Python
384 modules library. This module provides functionality for
baacfb07 385 escape sequences in prompts (used by set/show
fa3a4f15
PM
386 extended-prompt). These escape sequences are replaced by their
387 corresponding value.
388
5e239b84
PM
389 ** Python commands and convenience-functions located in
390 'data-directory'/python/gdb/command and
391 'data-directory'/python/gdb/function are now automatically loaded
392 on GDB start-up.
393
9df2fbc4
PM
394 ** Blocks now provide four new attributes. global_block and
395 static_block will return the global and static blocks
396 respectively. is_static and is_global are boolean attributes
397 that indicate if the block is one of those two types.
398
457e09f0
DE
399 ** Symbols now provide the "type" attribute, the type of the symbol.
400
6839b47f
KP
401 ** The "gdb.breakpoint" function has been deprecated in favor of
402 "gdb.breakpoints".
403
cc72b2a2
KP
404 ** A new class "gdb.FinishBreakpoint" is provided to catch the return
405 of a function. This class is based on the "finish" command
406 available in the CLI.
407
84ad80e6
PK
408 ** Type objects for struct and union types now allow access to
409 the fields using standard Python dictionary (mapping) methods.
410 For example, "some_type['myfield']" now works, as does
411 "some_type.items()".
412
20c168b5
KP
413 ** A new event "gdb.new_objfile" has been added, triggered by loading a
414 new object file.
415
03c3051a
PK
416 ** A new function, "deep_items" has been added to the gdb.types
417 module in the GDB Python modules library. This function returns
418 an iterator over the fields of a struct or union type. Unlike
419 the standard Python "iteritems" method, it will recursively traverse
420 any anonymous fields.
421
7376e450
TT
422* MI changes
423
424 ** "*stopped" events can report several new "reason"s, such as
425 "solib-event".
426
427 ** Breakpoint changes are now notified using new async records, like
428 "=breakpoint-modified".
429
430 ** New command -ada-task-info.
431
98a5dd13
DE
432* libthread-db-search-path now supports two special values: $sdir and $pdir.
433 $sdir specifies the default system locations of shared libraries.
434 $pdir specifies the directory where the libpthread used by the application
435 lives.
436
437 GDB no longer looks in $sdir and $pdir after it has searched the directories
438 mentioned in libthread-db-search-path. If you want to search those
439 directories, they must be specified in libthread-db-search-path.
440 The default value of libthread-db-search-path on GNU/Linux and Solaris
441 systems is now "$sdir:$pdir".
442
443 $pdir is not supported by gdbserver, it is currently ignored.
444 $sdir is supported by gdbserver.
445
478aac75
DE
446* New configure option --with-iconv-bin.
447 When using the internationalization support like the one in the GNU C
448 library, GDB will invoke the "iconv" program to get a list of supported
449 character sets. If this program lives in a non-standard location, one can
450 use this option to specify where to find it.
451
9c06b0b4
TJB
452* When natively debugging programs on PowerPC BookE processors running
453 a Linux kernel version 2.6.34 or later, GDB supports masked hardware
454 watchpoints, which specify a mask in addition to an address to watch.
455 The mask specifies that some bits of an address (the bits which are
456 reset in the mask) should be ignored when matching the address accessed
457 by the inferior against the watchpoint address. See the "PowerPC Embedded"
458 section in the user manual for more details.
459
03f2bd59
JK
460* The new option --once causes GDBserver to stop listening for connections once
461 the first connection is made. The listening port used by GDBserver will
462 become available after that.
463
71eba9c2 464* New commands "info macros" and "alias" have been added.
edc84990 465
2bda9cc5
JK
466* New function parameters suffix @entry specifies value of function parameter
467 at the time the function got called. Entry values are available only since
468 gcc version 4.7.
469
ed59ded5
DE
470* New commands
471
472!SHELL COMMAND
473 "!" is now an alias of the "shell" command.
474 Note that no space is needed between "!" and SHELL COMMAND.
475
9c06b0b4
TJB
476* Changed commands
477
478watch EXPRESSION mask MASK_VALUE
479 The watch command now supports the mask argument which allows creation
480 of masked watchpoints, if the current architecture supports this feature.
481
dbaefcf7
DE
482info auto-load-scripts [REGEXP]
483 This command was formerly named "maintenance print section-scripts".
484 It is now generally useful and is no longer a maintenance-only command.
485
71eba9c2 486info macro [-all] [--] MACRO
487 The info macro command has new options `-all' and `--'. The first for
488 printing all definitions of a macro. The second for explicitly specifying
489 the end of arguments and the beginning of the macro name in case the macro
490 name starts with a hyphen.
491
3065dfb6
SS
492collect[/s] EXPRESSIONS
493 The tracepoint collect command now takes an optional modifier "/s"
494 that directs it to dereference pointer-to-character types and
495 collect the bytes of memory up to a zero byte. The behavior is
496 similar to what you see when you use the regular print command on a
497 string. An optional integer following the "/s" sets a bound on the
498 number of bytes that will be collected.
499
f196051f
SS
500tstart [NOTES]
501 The trace start command now interprets any supplied arguments as a
502 note to be recorded with the trace run, with an effect similar to
503 setting the variable trace-notes.
504
505tstop [NOTES]
506 The trace stop command now interprets any arguments as a note to be
507 mentioned along with the tstatus report that the trace was stopped
508 with a command. The effect is similar to setting the variable
509 trace-stop-notes.
510
d248b706
KY
511* Tracepoints can now be enabled and disabled at any time after a trace
512 experiment has been started using the standard "enable" and "disable"
513 commands. It is now possible to start a trace experiment with no enabled
514 tracepoints; GDB will display a warning, but will allow the experiment to
515 begin, assuming that tracepoints will be enabled as needed while the trace
516 is running.
517
405f8e94
SS
518* Fast tracepoints on 32-bit x86-architectures can now be placed at
519 locations with 4-byte instructions, when they were previously
520 limited to locations with instructions of 5 bytes or longer.
521
2bda9cc5
JK
522* New options
523
45cfd468
DE
524set debug dwarf2-read
525show debug dwarf2-read
526 Turns on or off display of debugging messages related to reading
527 DWARF debug info. The default is off.
528
529set debug symtab-create
530show debug symtab-create
531 Turns on or off display of debugging messages related to symbol table
532 creation. The default is off.
533
baacfb07
PM
534set extended-prompt
535show extended-prompt
536 Set the GDB prompt, and allow escape sequences to be inserted to
537 display miscellaneous information (see 'help set extended-prompt'
538 for the list of sequences). This prompt (and any information
539 accessed through the escape sequences) is updated every time the
540 prompt is displayed.
541
2bda9cc5
JK
542set print entry-values (both|compact|default|if-needed|no|only|preferred)
543show print entry-values
544 Set printing of frame argument values at function entry. In some cases
545 GDB can determine the value of function argument which was passed by the
546 function caller, even if the value was modified inside the called function.
547
548set debug entry-values
549show debug entry-values
550 Control display of debugging info for determining frame argument values at
551 function entry and virtual tail call frames.
552
c011a4f4
DE
553set basenames-may-differ
554show basenames-may-differ
555 Set whether a source file may have multiple base names.
556 (A "base name" is the name of a file with the directory part removed.
557 Example: The base name of "/home/user/hello.c" is "hello.c".)
558 If set, GDB will canonicalize file names (e.g., expand symlinks)
559 before comparing them. Canonicalization is an expensive operation,
560 but it allows the same file be known by more than one base name.
561 If not set (the default), all source files are assumed to have just
562 one base name, and gdb will do file name comparisons more efficiently.
563
f196051f
SS
564set trace-user
565show trace-user
566set trace-notes
567show trace-notes
568 Set a user name and notes for the current and any future trace runs.
569 This is useful for long-running and/or disconnected traces, to
570 inform others (or yourself) as to who is running the trace, supply
571 contact information, or otherwise explain what is going on.
572
573set trace-stop-notes
574show trace-stop-notes
575 Set a note attached to the trace run, that is displayed when the
576 trace has been stopped by a tstop command. This is useful for
577 instance as an explanation, if you are stopping a trace run that was
578 started by someone else.
579
d248b706
KY
580* New remote packets
581
582QTEnable
583
584 Dynamically enable a tracepoint in a started trace experiment.
585
586QTDisable
587
588 Dynamically disable a tracepoint in a started trace experiment.
589
f196051f
SS
590QTNotes
591
592 Set the user and notes of the trace run.
593
594qTP
595
596 Query the current status of a tracepoint.
597
405f8e94
SS
598qTMinFTPILen
599
600 Query the minimum length of instruction at which a fast tracepoint may
601 be placed.
602
1a532630
PP
603* Dcache size (number of lines) and line-size are now runtime-configurable
604 via "set dcache line" and "set dcache line-size" commands.
605
11315641
YQ
606* New targets
607
608Texas Instruments TMS320C6x tic6x-*-*
609
87326c78
DD
610* New Simulators
611
612Renesas RL78 rl78-*-elf
613
e8d56f18
JB
614*** Changes in GDB 7.3.1
615
616* The build failure for NetBSD and OpenBSD targets have now been fixed.
617
d6e00af6 618*** Changes in GDB 7.3
797054e6 619
60f98dde
MS
620* GDB has a new command: "thread find [REGEXP]".
621 It finds the thread id whose name, target id, or thread extra info
622 matches the given regular expression.
623
eee5b35e
DD
624* The "catch syscall" command now works on mips*-linux* targets.
625
b716877b
AB
626* The -data-disassemble MI command now supports modes 2 and 3 for
627 dumping the instruction opcodes.
628
aae1c79a
DE
629* New command line options
630
631-data-directory DIR Specify DIR as the "data-directory".
632 This is mostly for testing purposes.
633
a86caf66
DE
634* The "maint set python auto-load on|off" command has been renamed to
635 "set auto-load-scripts on|off".
636
99e7ae30
DE
637* GDB has a new command: "set directories".
638 It is like the "dir" command except that it replaces the
639 source path list instead of augmenting it.
640
4694da01
TT
641* GDB now understands thread names.
642
643 On GNU/Linux, "info threads" will display the thread name as set by
644 prctl or pthread_setname_np.
645
646 There is also a new command, "thread name", which can be used to
647 assign a name internally for GDB to display.
648
f4b8a18d
KW
649* OpenCL C
650 Initial support for the OpenCL C language (http://www.khronos.org/opencl)
651 has been integrated into GDB.
652
585d1eb8
PM
653* Python scripting
654
da5d4055
PM
655 ** The function gdb.Write now accepts an optional keyword 'stream'.
656 This keyword, when provided, will direct the output to either
657 stdout, stderr, or GDB's logging output.
658
9a6f1302
PM
659 ** Parameters can now be be sub-classed in Python, and in particular
660 you may implement the get_set_doc and get_show_doc functions.
661 This improves how Parameter set/show documentation is processed
662 and allows for more dynamic content.
663
29703da4
PM
664 ** Symbols, Symbol Table, Symbol Table and Line, Object Files,
665 Inferior, Inferior Thread, Blocks, and Block Iterator APIs now
666 have an is_valid method.
667
350c6c65
PM
668 ** Breakpoints can now be sub-classed in Python, and in particular
669 you may implement a 'stop' function that is executed each time
670 the inferior reaches that breakpoint.
671
6e6fbe60
DE
672 ** New function gdb.lookup_global_symbol looks up a global symbol.
673
585d1eb8
PM
674 ** GDB values in Python are now callable if the value represents a
675 function. For example, if 'some_value' represents a function that
676 takes two integer parameters and returns a value, you can call
677 that function like so:
678
679 result = some_value (10,20)
680
0e3509db
DE
681 ** Module gdb.types has been added.
682 It contains a collection of utilities for working with gdb.Types objects:
683 get_basic_type, has_field, make_enum_dict.
684
7b51bc51
DE
685 ** Module gdb.printing has been added.
686 It contains utilities for writing and registering pretty-printers.
687 New classes: PrettyPrinter, SubPrettyPrinter,
688 RegexpCollectionPrettyPrinter.
689 New function: register_pretty_printer.
690
691 ** New commands "info pretty-printers", "enable pretty-printer" and
692 "disable pretty-printer" have been added.
693
99e7ae30
DE
694 ** gdb.parameter("directories") is now available.
695
d8e22779
TT
696 ** New function gdb.newest_frame returns the newest frame in the
697 selected thread.
698
4694da01
TT
699 ** The gdb.InferiorThread class has a new "name" attribute. This
700 holds the thread's name.
701
505500db
SW
702 ** Python Support for Inferior events.
703 Python scripts can add observers to be notified of events
824446ad 704 occurring in the process being debugged.
c17a9e46
HZ
705 The following events are currently supported:
706 - gdb.events.cont Continue event.
707 - gdb.events.exited Inferior exited event.
708 - gdb.events.stop Signal received, and Breakpoint hit events.
709
def98928
TT
710* C++ Improvements:
711
712 ** GDB now puts template parameters in scope when debugging in an
713 instantiation. For example, if you have:
714
715 template<int X> int func (void) { return X; }
716
717 then if you step into func<5>, "print X" will show "5". This
718 feature requires proper debuginfo support from the compiler; it
719 was added to GCC 4.5.
720
66cb8159
TT
721 ** The motion commands "next", "finish", "until", and "advance" now
722 work better when exceptions are thrown. In particular, GDB will
723 no longer lose control of the inferior; instead, the GDB will
724 stop the inferior at the point at which the exception is caught.
725 This functionality requires a change in the exception handling
726 code that was introduced in GCC 4.5.
727
4aac0db7
UW
728* GDB now follows GCC's rules on accessing volatile objects when
729 reading or writing target state during expression evaluation.
730 One notable difference to prior behavior is that "print x = 0"
731 no longer generates a read of x; the value of the assignment is
732 now always taken directly from the value being assigned.
733
283e6a52
TT
734* GDB now has some support for using labels in the program's source in
735 linespecs. For instance, you can use "advance label" to continue
736 execution to a label.
737
738* GDB now has support for reading and writing a new .gdb_index
739 section. This section holds a fast index of DWARF debugging
740 information and can be used to greatly speed up GDB startup and
741 operation. See the documentation for `save gdb-index' for details.
742
b56df873 743* The "watch" command now accepts an optional "-location" argument.
14c0d4e1 744 When used, this causes GDB to watch the memory referred to by the
b56df873
TT
745 expression. Such a watchpoint is never deleted due to it going out
746 of scope.
747
ae53ffa4
PA
748* GDB now supports thread debugging of core dumps on GNU/Linux.
749
750 GDB now activates thread debugging using the libthread_db library
751 when debugging GNU/Linux core dumps, similarly to when debugging
752 live processes. As a result, when debugging a core dump file, GDB
753 is now able to display pthread_t ids of threads. For example, "info
754 threads" shows the same output as when debugging the process when it
755 was live. In earlier releases, you'd see something like this:
756
757 (gdb) info threads
758 * 1 LWP 6780 main () at main.c:10
759
760 While now you see this:
761
762 (gdb) info threads
763 * 1 Thread 0x7f0f5712a700 (LWP 6780) main () at main.c:10
764
765 It is also now possible to inspect TLS variables when debugging core
766 dumps.
767
768 When debugging a core dump generated on a machine other than the one
769 used to run GDB, you may need to point GDB at the correct
770 libthread_db library with the "set libthread-db-search-path"
771 command. See the user manual for more details on this command.
772
f1310107
TJB
773* When natively debugging programs on PowerPC BookE processors running
774 a Linux kernel version 2.6.34 or later, GDB supports ranged breakpoints,
775 which stop execution of the inferior whenever it executes an instruction
776 at any address within the specified range. See the "PowerPC Embedded"
777 section in the user manual for more details.
778
248c9dbc
JB
779* New features in the GDB remote stub, GDBserver
780
1aee7009
JB
781 ** GDBserver is now supported on PowerPC LynxOS (versions 4.x and 5.x),
782 and i686 LynxOS (version 5.x).
248c9dbc 783
eb826dc6
MF
784 ** GDBserver is now supported on Blackfin Linux.
785
44603653
JB
786* New native configurations
787
788ia64 HP-UX ia64-*-hpux*
789
91021223
MF
790* New targets:
791
792Analog Devices, Inc. Blackfin Processor bfin-*
793
6e1bb179
JB
794* Ada task switching is now supported on sparc-elf targets when
795 debugging a program using the Ravenscar Profile. For more information,
796 see the "Tasking Support when using the Ravenscar Profile" section
797 in the GDB user manual.
798
50c97f38
TT
799* Guile support was removed.
800
448a92bf
MF
801* New features in the GNU simulator
802
803 ** The --map-info flag lists all known core mappings.
804
66ee2731
MF
805 ** CFI flashes may be simulated via the "cfi" device.
806
76b8507d 807*** Changes in GDB 7.2
bfbf3774 808
ba25b921
PA
809* Shared library support for remote targets by default
810
811 When GDB is configured for a generic, non-OS specific target, like
812 for example, --target=arm-eabi or one of the many *-*-elf targets,
813 GDB now queries remote stubs for loaded shared libraries using the
814 `qXfer:libraries:read' packet. Previously, shared library support
815 was always disabled for such configurations.
816
4656f5c6
SW
817* C++ Improvements:
818
819 ** Argument Dependent Lookup (ADL)
820
821 In C++ ADL lookup directs function search to the namespaces of its
822 arguments even if the namespace has not been imported.
823 For example:
824 namespace A
825 {
826 class B { };
827 void foo (B) { }
828 }
829 ...
830 A::B b
831 foo(b)
832 Here the compiler will search for `foo' in the namespace of 'b'
833 and find A::foo. GDB now supports this. This construct is commonly
834 used in the Standard Template Library for operators.
835
836 ** Improved User Defined Operator Support
837
838 In addition to member operators, GDB now supports lookup of operators
839 defined in a namespace and imported with a `using' directive, operators
840 defined in the global scope, operators imported implicitly from an
841 anonymous namespace, and the ADL operators mentioned in the previous
842 entry.
843 GDB now also supports proper overload resolution for all the previously
844 mentioned flavors of operators.
845
254e6b9e
DE
846 ** static const class members
847
848 Printing of static const class members that are initialized in the
849 class definition has been fixed.
850
711e434b
PM
851* Windows Thread Information Block access.
852
853 On Windows targets, GDB now supports displaying the Windows Thread
854 Information Block (TIB) structure. This structure is visible either
855 by using the new command `info w32 thread-information-block' or, by
856 dereferencing the new convenience variable named `$_tlb', a
857 thread-specific pointer to the TIB. This feature is also supported
858 when remote debugging using GDBserver.
859
0fb4aa4b
PA
860* Static tracepoints
861
862 Static tracepoints are calls in the user program into a tracing
863 library. One such library is a port of the LTTng kernel tracer to
864 userspace --- UST (LTTng Userspace Tracer, http://lttng.org/ust).
865 When debugging with GDBserver, GDB now supports combining the GDB
866 tracepoint machinery with such libraries. For example: the user can
867 use GDB to probe a static tracepoint marker (a call from the user
868 program into the tracing library) with the new "strace" command (see
869 "New commands" below). This creates a "static tracepoint" in the
870 breakpoint list, that can be manipulated with the same feature set
871 as fast and regular tracepoints. E.g., collect registers, local and
872 global variables, collect trace state variables, and define
873 tracepoint conditions. In addition, the user can collect extra
874 static tracepoint marker specific data, by collecting the new
875 $_sdata internal variable. When analyzing the trace buffer, you can
876 inspect $_sdata like any other variable available to GDB. For more
877 information, see the "Tracepoints" chapter in GDB user manual. New
878 remote packets have been defined to support static tracepoints, see
879 the "New remote packets" section below.
880
ca11e899
SS
881* Better reconstruction of tracepoints after disconnected tracing
882
883 GDB will attempt to download the original source form of tracepoint
884 definitions when starting a trace run, and then will upload these
885 upon reconnection to the target, resulting in a more accurate
886 reconstruction of the tracepoints that are in use on the target.
887
888* Observer mode
889
890 You can now exercise direct control over the ways that GDB can
891 affect your program. For instance, you can disallow the setting of
892 breakpoints, so that the program can run continuously (assuming
893 non-stop mode). In addition, the "observer" variable is available
894 to switch all of the different controls; in observer mode, GDB
895 cannot affect the target's behavior at all, which is useful for
896 tasks like diagnosing live systems in the field.
897
898* The new convenience variable $_thread holds the number of the
899 current thread.
900
711e434b
PM
901* New remote packets
902
903qGetTIBAddr
904
905 Return the address of the Windows Thread Information Block of a given thread.
906
dde08ee1
PA
907qRelocInsn
908
909 In response to several of the tracepoint packets, the target may now
910 also respond with a number of intermediate `qRelocInsn' request
911 packets before the final result packet, to have GDB handle
912 relocating an instruction to execute at a different address. This
913 is particularly useful for stubs that support fast tracepoints. GDB
914 reports support for this feature in the qSupported packet.
915
0fb4aa4b
PA
916qTfSTM, qTsSTM
917
918 List static tracepoint markers in the target program.
919
920qTSTMat
921
922 List static tracepoint markers at a given address in the target
923 program.
924
925qXfer:statictrace:read
926
927 Read the static trace data collected (by a `collect $_sdata'
928 tracepoint action). The remote stub reports support for this packet
929 to gdb's qSupported query.
930
ca11e899
SS
931QAllow
932
933 Send the current settings of GDB's permission flags.
934
935QTDPsrc
936
937 Send part of the source (textual) form of a tracepoint definition,
938 which includes location, conditional, and action list.
939
3f7b2faa
DE
940* The source command now accepts a -s option to force searching for the
941 script in the source search path even if the script name specifies
942 a directory.
943
d337e9f0
PA
944* New features in the GDB remote stub, GDBserver
945
0fb4aa4b
PA
946 - GDBserver now support tracepoints (including fast tracepoints, and
947 static tracepoints). The feature is currently supported by the
948 i386-linux and amd64-linux builds. See the "Tracepoints support
949 in gdbserver" section in the manual for more information.
950
951 GDBserver JIT compiles the tracepoint's conditional agent
952 expression bytecode into native code whenever possible for low
953 overhead dynamic tracepoints conditionals. For such tracepoints,
954 an expression that examines program state is evaluated when the
955 tracepoint is reached, in order to determine whether to capture
956 trace data. If the condition is simple and false, processing the
957 tracepoint finishes very quickly and no data is gathered.
958
959 GDBserver interfaces with the UST (LTTng Userspace Tracer) library
960 for static tracepoints support.
d337e9f0 961
c24d0242
PM
962 - GDBserver now supports x86_64 Windows 64-bit debugging.
963
c8d5aac9
L
964* GDB now sends xmlRegisters= in qSupported packet to indicate that
965 it understands register description.
966
7c953934
TT
967* The --batch flag now disables pagination and queries.
968
8685c86f
L
969* X86 general purpose registers
970
971 GDB now supports reading/writing byte, word and double-word x86
972 general purpose registers directly. This means you can use, say,
973 $ah or $ax to refer, respectively, to the byte register AH and
974 16-bit word register AX that are actually portions of the 32-bit
975 register EAX or 64-bit register RAX.
976
95a42b64 977* The `commands' command now accepts a range of breakpoints to modify.
86b17b60
PA
978 A plain `commands' following a command that creates multiple
979 breakpoints affects all the breakpoints set by that command. This
980 applies to breakpoints set by `rbreak', and also applies when a
981 single `break' command creates multiple breakpoints (e.g.,
982 breakpoints on overloaded c++ functions).
95a42b64 983
8bd10a10
CM
984* The `rbreak' command now accepts a filename specification as part of
985 its argument, limiting the functions selected by the regex to those
986 in the specified file.
987
ab38a727
PA
988* Support for remote debugging Windows and SymbianOS shared libraries
989 from Unix hosts has been improved. Non Windows GDB builds now can
990 understand target reported file names that follow MS-DOS based file
991 system semantics, such as file names that include drive letters and
992 use the backslash character as directory separator. This makes it
993 possible to transparently use the "set sysroot" and "set
994 solib-search-path" on Unix hosts to point as host copies of the
995 target's shared libraries. See the new command "set
996 target-file-system-kind" described below, and the "Commands to
997 specify files" section in the user manual for more information.
998
6149aea9
PA
999* New commands
1000
f1421989
HZ
1001eval template, expressions...
1002 Convert the values of one or more expressions under the control
1003 of the string template to a command line, and call it.
1004
ab38a727
PA
1005set target-file-system-kind unix|dos-based|auto
1006show target-file-system-kind
1007 Set or show the assumed file system kind for target reported file
1008 names.
1009
6149aea9
PA
1010save breakpoints <filename>
1011 Save all current breakpoint definitions to a file suitable for use
1012 in a later debugging session. To read the saved breakpoint
1013 definitions, use the `source' command.
1014
1015`save tracepoints' is a new alias for `save-tracepoints'. The latter
1016is now deprecated.
1017
0fb4aa4b
PA
1018info static-tracepoint-markers
1019 Display information about static tracepoint markers in the target.
1020
1021strace FN | FILE:LINE | *ADDR | -m MARKER_ID
1022 Define a static tracepoint by probing a marker at the given
1023 function, line, address, or marker ID.
1024
ca11e899
SS
1025set observer on|off
1026show observer
1027 Enable and disable observer mode.
1028
1029set may-write-registers on|off
1030set may-write-memory on|off
1031set may-insert-breakpoints on|off
1032set may-insert-tracepoints on|off
1033set may-insert-fast-tracepoints on|off
1034set may-interrupt on|off
1035 Set individual permissions for GDB effects on the target. Note that
1036 some of these settings can have undesirable or surprising
1037 consequences, particularly when changed in the middle of a session.
1038 For instance, disabling the writing of memory can prevent
1039 breakpoints from being inserted, cause single-stepping to fail, or
1040 even crash your program, if you disable after breakpoints have been
1041 inserted. However, GDB should not crash.
1042
1043set record memory-query on|off
1044show record memory-query
1045 Control whether to stop the inferior if memory changes caused
1046 by an instruction cannot be recorded.
1047
53a71c06
CR
1048* Changed commands
1049
1050disassemble
1051 The disassemble command now supports "start,+length" form of two arguments.
1052
f3e9a817
PM
1053* Python scripting
1054
9279c692
JB
1055** GDB now provides a new directory location, called the python directory,
1056 where Python scripts written for GDB can be installed. The location
1057 of that directory is <data-directory>/python, where <data-directory>
1058 is the GDB data directory. For more details, see section `Scripting
1059 GDB using Python' in the manual.
1060
adc36818 1061** The GDB Python API now has access to breakpoints, symbols, symbol
595939de
PM
1062 tables, program spaces, inferiors, threads and frame's code blocks.
1063 Additionally, GDB Parameters can now be created from the API, and
1064 manipulated via set/show in the CLI.
f870a310 1065
fa33c3cd 1066** New functions gdb.target_charset, gdb.target_wide_charset,
07ca107c
DE
1067 gdb.progspaces, gdb.current_progspace, and gdb.string_to_argv.
1068
1069** New exception gdb.GdbError.
fa33c3cd
DE
1070
1071** Pretty-printers are now also looked up in the current program space.
f3e9a817 1072
967cf477
DE
1073** Pretty-printers can now be individually enabled and disabled.
1074
8a1ea21f
DE
1075** GDB now looks for names of Python scripts to auto-load in a
1076 special section named `.debug_gdb_scripts', in addition to looking
1077 for a OBJFILE-gdb.py script when OBJFILE is read by the debugger.
1078
a7bdde9e
VP
1079* Tracepoint actions were unified with breakpoint commands. In particular,
1080there are no longer differences in "info break" output for breakpoints and
1081tracepoints and the "commands" command can be used for both tracepoints and
1082regular breakpoints.
1083
05071a4d
PA
1084* New targets
1085
1086ARM Symbian arm*-*-symbianelf*
1087
6aecb9c2
JB
1088* D language support.
1089 GDB now supports debugging programs written in the D programming
1090 language.
1091
431e49aa
TJB
1092* GDB now supports the extended ptrace interface for PowerPC which is
1093 available since Linux kernel version 2.6.34. This automatically enables
1094 any hardware breakpoints and additional hardware watchpoints available in
1095 the processor. The old ptrace interface exposes just one hardware
1096 watchpoint and no hardware breakpoints.
1097
1098* GDB is now able to use the Data Value Compare (DVC) register available on
1099 embedded PowerPC processors to implement in hardware simple watchpoint
1100 conditions of the form:
1101
1102 watch ADDRESS|VARIABLE if ADDRESS|VARIABLE == CONSTANT EXPRESSION
1103
1104 This works in native GDB running on Linux kernels with the extended ptrace
1105 interface mentioned above.
1106
bfbf3774 1107*** Changes in GDB 7.1
abc7453d 1108
4eef138c
TT
1109* C++ Improvements
1110
1111 ** Namespace Support
71dee663
SW
1112
1113 GDB now supports importing of namespaces in C++. This enables the
1114 user to inspect variables from imported namespaces. Support for
1115 namepace aliasing has also been added. So, if a namespace is
1116 aliased in the current scope (e.g. namepace C=A; ) the user can
1117 print variables using the alias (e.g. (gdb) print C::x).
1118
4eef138c
TT
1119 ** Bug Fixes
1120
1121 All known bugs relating to the printing of virtual base class were
1122 fixed. It is now possible to call overloaded static methods using a
1123 qualified name.
1124
1125 ** Cast Operators
1126
1127 The C++ cast operators static_cast<>, dynamic_cast<>, const_cast<>,
1128 and reinterpret_cast<> are now handled by the C++ expression parser.
1129
2d1c1221
ME
1130* New targets
1131
1132Xilinx MicroBlaze microblaze-*-*
34207b9e 1133Renesas RX rx-*-elf
2d1c1221
ME
1134
1135* New Simulators
1136
1137Xilinx MicroBlaze microblaze
34207b9e 1138Renesas RX rx
2d1c1221 1139
6c95b8df
PA
1140* Multi-program debugging.
1141
1142 GDB now has support for multi-program (a.k.a. multi-executable or
1143 multi-exec) debugging. This allows for debugging multiple inferiors
1144 simultaneously each running a different program under the same GDB
1145 session. See "Debugging Multiple Inferiors and Programs" in the
1146 manual for more information. This implied some user visible changes
1147 in the multi-inferior support. For example, "info inferiors" now
1148 lists inferiors that are not running yet or that have exited
1149 already. See also "New commands" and "New options" below.
1150
d5551862
SS
1151* New tracing features
1152
1153 GDB's tracepoint facility now includes several new features:
1154
1155 ** Trace state variables
f61e138d
SS
1156
1157 GDB tracepoints now include support for trace state variables, which
1158 are variables managed by the target agent during a tracing
1159 experiment. They are useful for tracepoints that trigger each
1160 other, so for instance one tracepoint can count hits in a variable,
1161 and then a second tracepoint has a condition that is true when the
1162 count reaches a particular value. Trace state variables share the
1163 $-syntax of GDB convenience variables, and can appear in both
1164 tracepoint actions and condition expressions. Use the "tvariable"
1165 command to create, and "info tvariables" to view; see "Trace State
1166 Variables" in the manual for more detail.
7a697b8d 1167
d5551862 1168 ** Fast tracepoints
7a697b8d
SS
1169
1170 GDB now includes an option for defining fast tracepoints, which
1171 targets may implement more efficiently, such as by installing a jump
1172 into the target agent rather than a trap instruction. The resulting
1173 speedup can be by two orders of magnitude or more, although the
1174 tradeoff is that some program locations on some target architectures
1175 might not allow fast tracepoint installation, for instance if the
1176 instruction to be replaced is shorter than the jump. To request a
1177 fast tracepoint, use the "ftrace" command, with syntax identical to
1178 the regular trace command.
1179
d5551862
SS
1180 ** Disconnected tracing
1181
1182 It is now possible to detach GDB from the target while it is running
1183 a trace experiment, then reconnect later to see how the experiment
1184 is going. In addition, a new variable disconnected-tracing lets you
1185 tell the target agent whether to continue running a trace if the
1186 connection is lost unexpectedly.
1187
00bf0b85
SS
1188 ** Trace files
1189
1190 GDB now has the ability to save the trace buffer into a file, and
1191 then use that file as a target, similarly to you can do with
1192 corefiles. You can select trace frames, print data that was
1193 collected in them, and use tstatus to display the state of the
1194 tracing run at the moment that it was saved. To create a trace
1195 file, use "tsave <filename>", and to use it, do "target tfile
1196 <name>".
4daf5ac0
SS
1197
1198 ** Circular trace buffer
1199
1200 You can ask the target agent to handle the trace buffer as a
1201 circular buffer, discarding the oldest trace frames to make room for
1202 newer ones, by setting circular-trace-buffer to on. This feature may
1203 not be available for all target agents.
1204
21a0512e
PP
1205* Changed commands
1206
1207disassemble
1208 The disassemble command, when invoked with two arguments, now requires
1209 the arguments to be comma-separated.
1210
0fe7935b
DJ
1211info variables
1212 The info variables command now displays variable definitions. Files
1213 which only declare a variable are not shown.
1214
fb2e7cb4
JB
1215source
1216 The source command is now capable of sourcing Python scripts.
1217 This feature is dependent on the debugger being build with Python
1218 support.
1219
1220 Related to this enhancement is also the introduction of a new command
1221 "set script-extension" (see below).
1222
6c95b8df
PA
1223* New commands (for set/show, see "New options" below)
1224
399cd161
MS
1225record save [<FILENAME>]
1226 Save a file (in core file format) containing the process record
1227 execution log for replay debugging at a later time.
1228
1229record restore <FILENAME>
1230 Restore the process record execution log that was saved at an
1231 earlier time, for replay debugging.
1232
6c95b8df
PA
1233add-inferior [-copies <N>] [-exec <FILENAME>]
1234 Add a new inferior.
1235
1236clone-inferior [-copies <N>] [ID]
1237 Make a new inferior ready to execute the same program another
1238 inferior has loaded.
1239
1240remove-inferior ID
1241 Remove an inferior.
1242
1243maint info program-spaces
1244 List the program spaces loaded into GDB.
1245
9a7071a8
JB
1246set remote interrupt-sequence [Ctrl-C | BREAK | BREAK-g]
1247show remote interrupt-sequence
1248 Allow the user to select one of ^C, a BREAK signal or BREAK-g
1249 as the sequence to the remote target in order to interrupt the execution.
1250 Ctrl-C is a default. Some system prefers BREAK which is high level of
1251 serial line for some certain time. Linux kernel prefers BREAK-g, a.k.a
1252 Magic SysRq g. It is BREAK signal and character 'g'.
1253
1254set remote interrupt-on-connect [on | off]
1255show remote interrupt-on-connect
1256 When interrupt-on-connect is ON, gdb sends interrupt-sequence to
1257 remote target when gdb connects to it. This is needed when you debug
1258 Linux kernel.
1259
1260set remotebreak [on | off]
1261show remotebreak
1262Deprecated. Use "set/show remote interrupt-sequence" instead.
1263
f61e138d
SS
1264tvariable $NAME [ = EXP ]
1265 Create or modify a trace state variable.
1266
1267info tvariables
1268 List trace state variables and their values.
1269
1270delete tvariable $NAME ...
1271 Delete one or more trace state variables.
1272
6da95a67
SS
1273teval EXPR, ...
1274 Evaluate the given expressions without collecting anything into the
1275 trace buffer. (Valid in tracepoint actions only.)
1276
7a697b8d
SS
1277ftrace FN / FILE:LINE / *ADDR
1278 Define a fast tracepoint at the given function, line, or address.
1279
b0f02ee9
JK
1280* New expression syntax
1281
1282 GDB now parses the 0b prefix of binary numbers the same way as GCC does.
1283 GDB now parses 0b101010 identically with 42.
1284
6c95b8df
PA
1285* New options
1286
1287set follow-exec-mode new|same
1288show follow-exec-mode
1289 Control whether GDB reuses the same inferior across an exec call or
1290 creates a new one. This is useful to be able to restart the old
1291 executable after the inferior having done an exec call.
1292
236f1d4d
SS
1293set default-collect EXPR, ...
1294show default-collect
1295 Define a list of expressions to be collected at each tracepoint.
1296 This is a useful way to ensure essential items are not overlooked,
1297 such as registers or a critical global variable.
1298
d5551862
SS
1299set disconnected-tracing
1300show disconnected-tracing
1301 If set to 1, the target is instructed to continue tracing if it
1302 loses its connection to GDB. If 0, the target is to stop tracing
1303 upon disconnection.
1304
4daf5ac0
SS
1305set circular-trace-buffer
1306show circular-trace-buffer
1307 If set to on, the target is instructed to use a circular trace buffer
1308 and discard the oldest trace frames instead of stopping the trace due
1309 to a full trace buffer. If set to off, the trace stops when the buffer
1310 fills up. Some targets may not support this.
1311
fb2e7cb4
JB
1312set script-extension off|soft|strict
1313show script-extension
1314 If set to "off", the debugger does not perform any script language
1315 recognition, and all sourced files are assumed to be GDB scripts.
1316 If set to "soft" (the default), files are sourced according to
1317 filename extension, falling back to GDB scripts if the first
1318 evaluation failed.
1319 If set to "strict", files are sourced according to filename extension.
1320
2b71fc8e
JB
1321set ada trust-PAD-over-XVS on|off
1322show ada trust-PAD-over-XVS
1323 If off, activate a workaround against a bug in the debugging information
1324 generated by the compiler for PAD types (see gcc/exp_dbug.ads in
1325 the GCC sources for more information about the GNAT encoding and
1326 PAD types in particular). It is always safe to set this option to
1327 off, but this introduces a slight performance penalty. The default
1328 is on.
1329
de2e5182
TT
1330* Python API Improvements
1331
1332 ** GDB provides the new class gdb.LazyString. This is useful in
1333 some pretty-printing cases. The new method gdb.Value.lazy_string
1334 provides a simple way to create objects of this type.
1335
1336 ** The fields returned by gdb.Type.fields now have an
1337 `is_base_class' attribute.
1338
1339 ** The new method gdb.Type.range returns the range of an array type.
1340
1341 ** The new method gdb.parse_and_eval can be used to parse and
1342 evaluate an expression.
1343
f61e138d
SS
1344* New remote packets
1345
1346QTDV
1347 Define a trace state variable.
1348
1349qTV
1350 Get the current value of a trace state variable.
1351
d5551862
SS
1352QTDisconnected
1353 Set desired tracing behavior upon disconnection.
1354
4daf5ac0
SS
1355QTBuffer:circular
1356 Set the trace buffer to be linear or circular.
1357
d5551862
SS
1358qTfP, qTsP
1359 Get data about the tracepoints currently in use.
1360
2d483d34
MS
1361* Bug fixes
1362
1363Process record now works correctly with hardware watchpoints.
1364
6e0e5977
JB
1365Multiple bug fixes have been made to the mips-irix port, making it
1366much more reliable. In particular:
1367 - Debugging threaded applications is now possible again. Previously,
1368 GDB would hang while starting the program, or while waiting for
1369 the program to stop at a breakpoint.
1370 - Attaching to a running process no longer hangs.
1371 - An error occurring while loading a core file has been fixed.
1372 - Changing the value of the PC register now works again. This fixes
1373 problems observed when using the "jump" command, or when calling
1374 a function from GDB, or even when assigning a new value to $pc.
1375 - With the "finish" and "return" commands, the return value for functions
1376 returning a small array is now correctly printed.
1377 - It is now possible to break on shared library code which gets executed
1378 during a shared library init phase (code executed while executing
1379 their .init section). Previously, the breakpoint would have no effect.
1380 - GDB is now able to backtrace through the signal handler for
1381 non-threaded programs.
1382
93c26624
JK
1383PIE (Position Independent Executable) programs debugging is now supported.
1384This includes debugging execution of PIC (Position Independent Code) shared
1385libraries although for that, it should be possible to run such libraries as an
1386executable program.
1387
abc7453d 1388*** Changes in GDB 7.0
75feb17d 1389
4efc6507
DE
1390* GDB now has an interface for JIT compilation. Applications that
1391dynamically generate code can create symbol files in memory and register
1392them with GDB. For users, the feature should work transparently, and
1393for JIT developers, the interface is documented in the GDB manual in the
1394"JIT Compilation Interface" chapter.
1395
782b2b07
SS
1396* Tracepoints may now be conditional. The syntax is as for
1397breakpoints; either an "if" clause appended to the "trace" command,
1398or the "condition" command is available. GDB sends the condition to
1399the target for evaluation using the same bytecode format as is used
1400for tracepoint actions.
1401
53a71c06
CR
1402* The disassemble command now supports: an optional /r modifier, print the
1403raw instructions in hex as well as in symbolic form, and an optional /m
1404modifier to print mixed source+assembly.
e6158f16 1405
e7a8dbfb
HZ
1406* Process record and replay
1407
1408 In a architecture environment that supports ``process record and
1409 replay'', ``process record and replay'' target can record a log of
1410 the process execution, and replay it with both forward and reverse
1411 execute commands.
1412
64644d9b
MS
1413* Reverse debugging: GDB now has new commands reverse-continue, reverse-
1414step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and
1415set execution-direction {forward|reverse}, for targets that support
1416reverse execution.
1417
b9412953
DD
1418* GDB now supports hardware watchpoints on MIPS/Linux systems. This
1419feature is available with a native GDB running on kernel version
14202.6.28 or later.
1421
6c7a06a3
TT
1422* GDB now has support for multi-byte and wide character sets on the
1423target. Strings whose character type is wchar_t, char16_t, or
1424char32_t are now correctly printed. GDB supports wide- and unicode-
1425literals in C, that is, L'x', L"string", u'x', u"string", U'x', and
1426U"string" syntax. And, GDB allows the "%ls" and "%lc" formats in
1427`printf'. This feature requires iconv to work properly; if your
1428system does not have a working iconv, GDB can use GNU libiconv. See
1429the installation instructions for more information.
1430
f1838a98
UW
1431* GDB now supports automatic retrieval of shared library files from
1432remote targets. To use this feature, specify a system root that begins
1433with the `remote:' prefix, either via the `set sysroot' command or via
1434the `--with-sysroot' configure-time option.
1435
55333a84
DE
1436* "info sharedlibrary" now takes an optional regex of libraries to show,
1437and it now reports if a shared library has no debugging information.
1438
7f6a6314
PM
1439* Commands `set debug-file-directory', `set solib-search-path' and `set args'
1440now complete on file names.
1441
65d12d83
TT
1442* When completing in expressions, gdb will attempt to limit
1443completions to allowable structure or union fields, where appropriate.
1444For instance, consider:
1445
1446 # struct example { int f1; double f2; };
1447 # struct example variable;
1448 (gdb) p variable.
1449
1450If the user types TAB at the end of this command line, the available
1451completions will be "f1" and "f2".
1452
edb3359d
DJ
1453* Inlined functions are now supported. They show up in backtraces, and
1454the "step", "next", and "finish" commands handle them automatically.
1455
2fae03e8
TT
1456* GDB now supports the token-splicing (##) and stringification (#)
1457operators when expanding macros. It also supports variable-arity
1458macros.
1459
47a3467a 1460* GDB now supports inspecting extra signal information, exported by
58d6951d
DJ
1461the new $_siginfo convenience variable. The feature is currently
1462implemented on linux ARM, i386 and amd64.
1463
1464* GDB can now display the VFP floating point registers and NEON vector
1465registers on ARM targets. Both ARM GNU/Linux native GDB and gdbserver
1466can provide these registers (requires Linux 2.6.30 or later). Remote
1467and simulator targets may also provide them.
47a3467a 1468
08388c79
DE
1469* New remote packets
1470
1471qSearch:memory:
1472 Search memory for a sequence of bytes.
1473
a6f3e723
SL
1474QStartNoAckMode
1475 Turn off `+'/`-' protocol acknowledgments to permit more efficient
1476 operation over reliable transport links. Use of this packet is
1477 controlled by the `set remote noack-packet' command.
1478
d7713ae0
EZ
1479vKill
1480 Kill the process with the specified process ID. Use this in preference
1481 to `k' when multiprocess protocol extensions are supported.
1482
07e059b5
VP
1483qXfer:osdata:read
1484 Obtains additional operating system information
1485
47a3467a
PA
1486qXfer:siginfo:read
1487qXfer:siginfo:write
1488 Read or write additional signal information.
1489
060871df
PA
1490* Removed remote protocol undocumented extension
1491
1492 An undocumented extension to the remote protocol's `S' stop reply
1493 packet that permited the stub to pass a process id was removed.
1494 Remote servers should use the `T' stop reply packet instead.
1495
c055b101 1496* GDB now supports multiple function calling conventions according to the
a0ef4274 1497DWARF-2 DW_AT_calling_convention function attribute.
c055b101
CV
1498
1499* The SH target utilizes the aforementioned change to distinguish between gcc
a0ef4274
DJ
1500and Renesas calling convention. It also adds the new CLI commands
1501`set/show sh calling-convention'.
c055b101 1502
31fffb02
CS
1503* GDB can now read compressed debug sections, as produced by GNU gold
1504with the --compress-debug-sections=zlib flag.
1505
88d8a8e0
JB
1506* 64-bit core files are now supported on AIX.
1507
7f99b190
JB
1508* Thread switching is now supported on Tru64.
1509
ccd213ac
DJ
1510* Watchpoints can now be set on unreadable memory locations, e.g. addresses
1511which will be allocated using malloc later in program execution.
1512
1fddbabb 1513* The qXfer:libraries:read remote procotol packet now allows passing a
31fffb02 1514list of section offsets.
1fddbabb 1515
a0ef4274
DJ
1516* On GNU/Linux, GDB can now attach to stopped processes. Several race
1517conditions handling signals delivered during attach or thread creation
1518have also been fixed.
1519
bfb8797a 1520* GDB now supports the use of DWARF boolean types for Ada's type Boolean.
158c7665
PH
1521From the user's standpoint, all unqualified instances of True and False
1522are treated as the standard definitions, regardless of context.
bfb8797a 1523
71c25dea
TT
1524* GDB now parses C++ symbol and type names more flexibly. For
1525example, given:
1526
1527 template<typename T> class C { };
1528 C<char const *> c;
1529
1530GDB will now correctly handle all of:
1531
1532 ptype C<char const *>
1533 ptype C<char const*>
1534 ptype C<const char *>
1535 ptype C<const char*>
1536
ccd213ac
DJ
1537* New features in the GDB remote stub, gdbserver
1538
1539 - The "--wrapper" command-line argument tells gdbserver to use a
1540 wrapper program to launch programs for debugging.
1541
7ae0e2a2
UW
1542 - On PowerPC and S/390 targets, it is now possible to use a single
1543 gdbserver executable to debug both 32-bit and 64-bit programs.
1544 (This requires gdbserver itself to be built as a 64-bit executable.)
1545
a6f3e723
SL
1546 - gdbserver uses the new noack protocol mode for TCP connections to
1547 reduce communications latency, if also supported and enabled in GDB.
1548
da8bd9a3
DJ
1549 - Support for the sparc64-linux-gnu target is now included in
1550 gdbserver.
1551
d70e31dd
DE
1552 - The amd64-linux build of gdbserver now supports debugging both
1553 32-bit and 64-bit programs.
1554
1555 - The i386-linux, amd64-linux, and i386-win32 builds of gdbserver
1556 now support hardware watchpoints, and will use them automatically
1557 as appropriate.
1558
d57a3c85
TJB
1559* Python scripting
1560
1561 GDB now has support for scripting using Python. Whether this is
1562 available is determined at configure time.
1563
d8906c6f
TJB
1564 New GDB commands can now be written in Python.
1565
aadc346a
JB
1566* Ada tasking support
1567
1568 Ada tasks can now be inspected in GDB. The following commands have
1569 been introduced:
1570
1571 info tasks
1572 Print the list of Ada tasks.
1573 info task N
1574 Print detailed information about task number N.
1575 task
1576 Print the task number of the current task.
1577 task N
1578 Switch the context of debugging to task number N.
1579
adb483fe
DJ
1580* Support for user-defined prefixed commands. The "define" command can
1581add new commands to existing prefixes, e.g. "target".
1582
2277426b
PA
1583* Multi-inferior, multi-process debugging.
1584
1585 GDB now has generalized support for multi-inferior debugging. See
1586 "Debugging Multiple Inferiors" in the manual for more information.
1587 Although availability still depends on target support, the command
1588 set is more uniform now. The GNU/Linux specific multi-forks support
1589 has been migrated to this new framework. This implied some user
1590 visible changes; see "New commands" and also "Removed commands"
1591 below.
1592
08d16641
PA
1593* Target descriptions can now describe the target OS ABI. See the
1594"Target Description Format" section in the user manual for more
1595information.
1596
e35359c5
UW
1597* Target descriptions can now describe "compatible" architectures
1598to indicate that the target can execute applications for a different
1599architecture in addition to those for the main target architecture.
1600See the "Target Description Format" section in the user manual for
1601more information.
1602
85e747d2
UW
1603* Multi-architecture debugging.
1604
1605 GDB now includes general supports for debugging applications on
1606 hybrid systems that use more than one single processor architecture
1607 at the same time. Each such hybrid architecture still requires
1608 specific support to be added. The only hybrid architecture supported
1609 in this version of GDB is the Cell Broadband Engine.
1610
1611* GDB now supports integrated debugging of Cell/B.E. applications that
1612use both the PPU and SPU architectures. To enable support for hybrid
1613Cell/B.E. debugging, you need to configure GDB to support both the
1614powerpc-linux or powerpc64-linux and the spu-elf targets, using the
1615--enable-targets configure option.
1616
11ade57a
PA
1617* Non-stop mode debugging.
1618
1619 For some targets, GDB now supports an optional mode of operation in
1620 which you can examine stopped threads while other threads continue
1621 to execute freely. This is referred to as non-stop mode, with the
1622 old mode referred to as all-stop mode. See the "Non-Stop Mode"
1623 section in the user manual for more information.
1624
1625 To be able to support remote non-stop debugging, a remote stub needs
1626 to implement the non-stop mode remote protocol extensions, as
1627 described in the "Remote Non-Stop" section of the user manual. The
1628 GDB remote stub, gdbserver, has been adjusted to support these
1629 extensions on linux targets.
1630
d7713ae0 1631* New commands (for set/show, see "New options" below)
75feb17d 1632
a96d9b2e
SDJ
1633catch syscall [NAME(S) | NUMBER(S)]
1634 Catch system calls. Arguments, which should be names of system
1635 calls or their numbers, mean catch only those syscalls. Without
1636 arguments, every syscall will be caught. When the inferior issues
1637 any of the specified syscalls, GDB will stop and announce the system
1638 call, both when it is called and when its call returns. This
1639 feature is currently available with a native GDB running on the
1640 Linux Kernel, under the following architectures: x86, x86_64,
1641 PowerPC and PowerPC64.
1642
08388c79
DE
1643find [/size-char] [/max-count] start-address, end-address|+search-space-size,
1644 val1 [, val2, ...]
1645 Search memory for a sequence of bytes.
1646
d57a3c85
TJB
1647maint set python print-stack
1648maint show python print-stack
1649 Show a stack trace when an error is encountered in a Python script.
1650
1651python [CODE]
1652 Invoke CODE by passing it to the Python interpreter.
1653
d7713ae0
EZ
1654macro define
1655macro list
1656macro undef
1657 These allow macros to be defined, undefined, and listed
1658 interactively.
1659
1660info os processes
1661 Show operating system information about processes.
1662
2277426b
PA
1663info inferiors
1664 List the inferiors currently under GDB's control.
1665
1666inferior NUM
1667 Switch focus to inferior number NUM.
1668
1669detach inferior NUM
1670 Detach from inferior number NUM.
1671
1672kill inferior NUM
1673 Kill inferior number NUM.
1674
d7713ae0
EZ
1675* New options
1676
3285f3fe
UW
1677set spu stop-on-load
1678show spu stop-on-load
1679 Control whether to stop for new SPE threads during Cell/B.E. debugging.
1680
ff1a52c6
UW
1681set spu auto-flush-cache
1682show spu auto-flush-cache
1683 Control whether to automatically flush the software-managed cache
1684 during Cell/B.E. debugging.
1685
d7713ae0
EZ
1686set sh calling-convention
1687show sh calling-convention
1688 Control the calling convention used when calling SH target functions.
1689
e0a3ce09 1690set debug timestamp
75feb17d 1691show debug timestamp
d7713ae0
EZ
1692 Control display of timestamps with GDB debugging output.
1693
1694set disassemble-next-line
1695show disassemble-next-line
1696 Control display of disassembled source lines or instructions when
1697 the debuggee stops.
1698
1699set remote noack-packet
1700show remote noack-packet
1701 Set/show the use of remote protocol QStartNoAckMode packet. See above
1702 under "New remote packets."
1703
1704set remote query-attached-packet
1705show remote query-attached-packet
1706 Control use of remote protocol `qAttached' (query-attached) packet.
1707
1708set remote read-siginfo-object
1709show remote read-siginfo-object
1710 Control use of remote protocol `qXfer:siginfo:read' (read-siginfo-object)
1711 packet.
1712
1713set remote write-siginfo-object
1714show remote write-siginfo-object
1715 Control use of remote protocol `qXfer:siginfo:write' (write-siginfo-object)
1716 packet.
1717
40ab02ce
MS
1718set remote reverse-continue
1719show remote reverse-continue
1720 Control use of remote protocol 'bc' (reverse-continue) packet.
1721
1722set remote reverse-step
1723show remote reverse-step
1724 Control use of remote protocol 'bs' (reverse-step) packet.
1725
d7713ae0
EZ
1726set displaced-stepping
1727show displaced-stepping
1728 Control displaced stepping mode. Displaced stepping is a way to
1729 single-step over breakpoints without removing them from the debuggee.
1730 Also known as "out-of-line single-stepping".
1731
1732set debug displaced
1733show debug displaced
1734 Control display of debugging info for displaced stepping.
1735
1736maint set internal-error
1737maint show internal-error
1738 Control what GDB does when an internal error is detected.
1739
1740maint set internal-warning
1741maint show internal-warning
1742 Control what GDB does when an internal warning is detected.
75feb17d 1743
ccd213ac
DJ
1744set exec-wrapper
1745show exec-wrapper
1746unset exec-wrapper
1747 Use a wrapper program to launch programs for debugging.
fa4727a6 1748
aad4b048
JB
1749set multiple-symbols (all|ask|cancel)
1750show multiple-symbols
1751 The value of this variable can be changed to adjust the debugger behavior
1752 when an expression or a breakpoint location contains an ambiguous symbol
1753 name (an overloaded function name, for instance).
1754
74960c60
VP
1755set breakpoint always-inserted
1756show breakpoint always-inserted
1757 Keep breakpoints always inserted in the target, as opposed to inserting
1758 them when resuming the target, and removing them when the target stops.
1759 This option can improve debugger performance on slow remote targets.
1760
0428b8f5
DJ
1761set arm fallback-mode (arm|thumb|auto)
1762show arm fallback-mode
1763set arm force-mode (arm|thumb|auto)
1764show arm force-mode
1765 These commands control how ARM GDB determines whether instructions
1766 are ARM or Thumb. The default for both settings is auto, which uses
1767 the current CPSR value for instructions without symbols; previous
1768 versions of GDB behaved as if "set arm fallback-mode arm".
1769
10568435
JK
1770set disable-randomization
1771show disable-randomization
1772 Standalone programs run with the virtual address space randomization enabled
1773 by default on some platforms. This option keeps the addresses stable across
1774 multiple debugging sessions.
1775
d7713ae0
EZ
1776set non-stop
1777show non-stop
1778 Control whether other threads are stopped or not when some thread hits
1779 a breakpoint.
1780
b3eb342c 1781set target-async
d7713ae0 1782show target-async
b3eb342c
VP
1783 Requests that asynchronous execution is enabled in the target, if available.
1784 In this case, it's possible to resume target in the background, and interact
1785 with GDB while the target is running. "show target-async" displays the
1786 current state of asynchronous execution of the target.
1787
6c7a06a3
TT
1788set target-wide-charset
1789show target-wide-charset
1790 The target-wide-charset is the name of the character set that GDB
1791 uses when printing characters whose type is wchar_t.
1792
84603566
SL
1793set tcp auto-retry (on|off)
1794show tcp auto-retry
1795set tcp connect-timeout
1796show tcp connect-timeout
1797 These commands allow GDB to retry failed TCP connections to a remote stub
1798 with a specified timeout period; this is useful if the stub is launched
1799 in parallel with GDB but may not be ready to accept connections immediately.
1800
17a37d48
PP
1801set libthread-db-search-path
1802show libthread-db-search-path
1803 Control list of directories which GDB will search for appropriate
1804 libthread_db.
1805
d4db2f36
PA
1806set schedule-multiple (on|off)
1807show schedule-multiple
1808 Allow GDB to resume all threads of all processes or only threads of
1809 the current process.
1810
4e5d721f
DE
1811set stack-cache
1812show stack-cache
1813 Use more aggressive caching for accesses to the stack. This improves
1814 performance of remote debugging (particularly backtraces) without
1815 affecting correctness.
1816
910c5da8
JB
1817set interactive-mode (on|off|auto)
1818show interactive-mode
1819 Control whether GDB runs in interactive mode (on) or not (off).
1820 When in interactive mode, GDB waits for the user to answer all
1821 queries. Otherwise, GDB does not wait and assumes the default
1822 answer. When set to auto (the default), GDB determines which
1823 mode to use based on the stdin settings.
1824
2277426b
PA
1825* Removed commands
1826
1827info forks
1828 For program forks, this is replaced by the new more generic `info
1829 inferiors' command. To list checkpoints, you can still use the
1830 `info checkpoints' command, which was an alias for the `info forks'
1831 command.
1832
1833fork NUM
1834 Replaced by the new `inferior' command. To switch between
1835 checkpoints, you can still use the `restart' command, which was an
1836 alias for the `fork' command.
1837
1838process PID
1839 This is removed, since some targets don't have a notion of
1840 processes. To switch between processes, you can still use the
1841 `inferior' command using GDB's own inferior number.
1842
1843delete fork NUM
1844 For program forks, this is replaced by the new more generic `kill
1845 inferior' command. To delete a checkpoint, you can still use the
1846 `delete checkpoint' command, which was an alias for the `delete
1847 fork' command.
1848
1849detach fork NUM
1850 For program forks, this is replaced by the new more generic `detach
1851 inferior' command. To detach a checkpoint, you can still use the
1852 `detach checkpoint' command, which was an alias for the `detach
1853 fork' command.
1854
a80b95ba
TG
1855* New native configurations
1856
1857x86/x86_64 Darwin i[34567]86-*-darwin*
1858
b8bfd3ed
JB
1859x86_64 MinGW x86_64-*-mingw*
1860
75a2d5e7
TT
1861* New targets
1862
c28c63d8 1863Lattice Mico32 lm32-*
75a2d5e7 1864x86 DICOS i[34567]86-*-dicos*
4c1d2973 1865x86_64 DICOS x86_64-*-dicos*
5f814c3b 1866S+core 3 score-*-*
75a2d5e7 1867
6de3146c
PA
1868* The GDB remote stub, gdbserver, now supports x86 Windows CE
1869 (mingw32ce) debugging.
1870
d5cbbe6e
JB
1871* Removed commands
1872
1873catch load
1874catch unload
1875 These commands were actually not implemented on any target.
1876
75feb17d 1877*** Changes in GDB 6.8
f9ed52be 1878
af5ca30d
NH
1879* New native configurations
1880
1881NetBSD/hppa hppa*-*netbsd*
94a0e877 1882Xtensa GNU/Linux xtensa*-*-linux*
af5ca30d
NH
1883
1884* New targets
1885
1886NetBSD/hppa hppa*-*-netbsd*
94a0e877 1887Xtensa GNU/Lunux xtensa*-*-linux*
af5ca30d 1888
7a404eba
PA
1889* Change in command line behavior -- corefiles vs. process ids.
1890
1891 When the '-p NUMBER' or '--pid NUMBER' options are used, and
1892 attaching to process NUMBER fails, GDB no longer attempts to open a
1893 core file named NUMBER. Attaching to a program using the -c option
1894 is no longer supported. Instead, use the '-p' or '--pid' options.
1895
430ebac9
PA
1896* GDB can now be built as a native debugger for debugging Windows x86
1897(mingw32) Portable Executable (PE) programs.
1898
fe6fbf8b 1899* Pending breakpoints no longer change their number when their address
8d5f9c6f 1900is resolved.
fe6fbf8b
VP
1901
1902* GDB now supports breakpoints with multiple locations,
8d5f9c6f
DJ
1903including breakpoints on C++ constructors, inside C++ templates,
1904and in inlined functions.
fe6fbf8b 1905
10665d76
JB
1906* GDB's ability to debug optimized code has been improved. GDB more
1907accurately identifies function bodies and lexical blocks that occupy
1908more than one contiguous range of addresses.
1909
7cc46491
DJ
1910* Target descriptions can now describe registers for PowerPC.
1911
d71340b8
DJ
1912* The GDB remote stub, gdbserver, now supports the AltiVec and SPE
1913registers on PowerPC targets.
1914
523c4513
DJ
1915* The GDB remote stub, gdbserver, now supports thread debugging on GNU/Linux
1916targets even when the libthread_db library is not available.
1917
a6b151f1
DJ
1918* The GDB remote stub, gdbserver, now supports the new file transfer
1919commands (remote put, remote get, and remote delete).
1920
2d717e4f
DJ
1921* The GDB remote stub, gdbserver, now supports run and attach in
1922extended-remote mode.
1923
24a836bd 1924* hppa*64*-*-hpux11* target broken
d001be7a
DJ
1925The debugger is unable to start a program and fails with the following
1926error: "Error trying to get information about dynamic linker".
1927The gdb-6.7 release is also affected.
24a836bd 1928
d0c678e6
UW
1929* GDB now supports the --enable-targets= configure option to allow
1930building a single GDB executable that supports multiple remote
1931target architectures.
1932
d64a946d
TJB
1933* GDB now supports debugging C and C++ programs which use the
1934Decimal Floating Point extension. In addition, the PowerPC target
1935now has a set of pseudo-registers to inspect decimal float values
1936stored in two consecutive float registers.
1937
ee163bf5
VP
1938* The -break-insert MI command can optionally create pending
1939breakpoints now.
1940
b93b6ca7 1941* Improved support for debugging Ada
d001be7a
DJ
1942Many improvements to the Ada language support have been made. These
1943include:
b93b6ca7
JB
1944 - Better support for Ada2005 interface types
1945 - Improved handling of arrays and slices in general
1946 - Better support for Taft-amendment types
1947 - The '{type} ADDRESS' expression is now allowed on the left hand-side
1948 of an assignment
1949 - Improved command completion in Ada
1950 - Several bug fixes
1951
d001be7a
DJ
1952* GDB on GNU/Linux and HP/UX can now debug through "exec" of a new
1953process.
1954
a6b151f1
DJ
1955* New commands
1956
6d53d0af
JB
1957set print frame-arguments (all|scalars|none)
1958show print frame-arguments
1959 The value of this variable can be changed to control which argument
1960 values should be printed by the debugger when displaying a frame.
1961
a6b151f1
DJ
1962remote put
1963remote get
1964remote delete
1965 Transfer files to and from a remote target, and delete remote files.
1966
1967* New MI commands
1968
1969-target-file-put
1970-target-file-get
1971-target-file-delete
1972 Transfer files to and from a remote target, and delete remote files.
1973
1974* New remote packets
1975
1976vFile:open:
1977vFile:close:
1978vFile:pread:
1979vFile:pwrite:
1980vFile:unlink:
1981 Open, close, read, write, and delete files on the remote system.
d0c678e6 1982
2d717e4f
DJ
1983vAttach
1984 Attach to an existing process on the remote system, in extended-remote
1985 mode.
1986
1987vRun
1988 Run a new process on the remote system, in extended-remote mode.
1989
8d5f9c6f 1990*** Changes in GDB 6.7
6dd09645 1991
19d378fc
MS
1992* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,
1993bfd, libiberty and opcodes, as revealed by static analysis donated by
1994Coverity, Inc. (http://scan.coverity.com).
1995
3a40aaa0
UW
1996* When looking up multiply-defined global symbols, GDB will now prefer the
1997symbol definition in the current shared library if it was built using the
1998-Bsymbolic linker option.
1999
a6ec25f2
BW
2000* When the Text User Interface (TUI) is not configured, GDB will now
2001recognize the -tui command-line option and print a message that the TUI
2002is not supported.
2003
6dd09645
JB
2004* The GDB remote stub, gdbserver, now has lower overhead for high
2005frequency signals (e.g. SIGALRM) via the QPassSignals packet.
2006
c9bb8148
DJ
2007* GDB for MIPS targets now autodetects whether a remote target provides
200832-bit or 64-bit register values.
2009
0d5de010
DJ
2010* Support for C++ member pointers has been improved.
2011
23181151
DJ
2012* GDB now understands XML target descriptions, which specify the
2013target's overall architecture. GDB can read a description from
2014a local file or over the remote serial protocol.
2015
ea37ba09
DJ
2016* Vectors of single-byte data use a new integer type which is not
2017automatically displayed as character or string data.
2018
2019* The /s format now works with the print command. It displays
2020arrays of single-byte integers and pointers to single-byte integers
2021as strings.
e1f48ead 2022
123dc839
DJ
2023* Target descriptions can now describe target-specific registers,
2024for architectures which have implemented the support (currently
8d5f9c6f 2025only ARM, M68K, and MIPS).
123dc839 2026
05a4558a
DJ
2027* GDB and the GDB remote stub, gdbserver, now support the XScale
2028iWMMXt coprocessor.
fb1e4ffc 2029
7c963485
PA
2030* The GDB remote stub, gdbserver, has been updated to support
2031ARM Windows CE (mingw32ce) debugging, and GDB Windows CE support
2032has been rewritten to use the standard GDB remote protocol.
2033
b18be20d
DJ
2034* GDB can now step into C++ functions which are called through thunks.
2035
0ca420ce
UW
2036* GDB for the Cell/B.E. SPU now supports overlay debugging.
2037
31d99776
DJ
2038* The GDB remote protocol "qOffsets" packet can now honor ELF segment
2039layout. It also supports a TextSeg= and DataSeg= response when only
2040segment base addresses (rather than offsets) are available.
2041
a4642986
MR
2042* The /i format now outputs any trailing branch delay slot instructions
2043immediately following the last instruction within the count specified.
2044
cfa9d6d9
DJ
2045* The GDB remote protocol "T" stop reply packet now supports a
2046"library" response. Combined with the new "qXfer:libraries:read"
2047packet, this response allows GDB to debug shared libraries on targets
2048where the operating system manages the list of loaded libraries (e.g.
2049Windows and SymbianOS).
255e7678
DJ
2050
2051* The GDB remote stub, gdbserver, now supports dynamic link libraries
2052(DLLs) on Windows and Windows CE targets.
f5db8714
JK
2053
2054* GDB now supports a faster verification that a .debug file matches its binary
2055according to its build-id signature, if the signature is present.
cfa9d6d9 2056
c9bb8148
DJ
2057* New commands
2058
23776285
MR
2059set remoteflow
2060show remoteflow
2061 Enable or disable hardware flow control (RTS/CTS) on the serial port
2062 when debugging using remote targets.
2063
c9bb8148
DJ
2064set mem inaccessible-by-default
2065show mem inaccessible-by-default
2066 If the target supplies a memory map, for instance via the remote
2067 protocol's "qXfer:memory-map:read" packet, setting this variable
2068 prevents GDB from accessing memory outside the memory map. This
2069 is useful for targets with memory mapped registers or which react
2070 badly to accesses of unmapped address space.
2071
2072set breakpoint auto-hw
2073show breakpoint auto-hw
2074 If the target supplies a memory map, for instance via the remote
2075 protocol's "qXfer:memory-map:read" packet, setting this variable
2076 lets GDB use hardware breakpoints automatically for memory regions
2077 where it can not use software breakpoints. This covers both the
2078 "break" command and internal breakpoints used for other commands
2079 including "next" and "finish".
2080
0e420bd8
JB
2081catch exception
2082catch exception unhandled
2083 Stop the program execution when Ada exceptions are raised.
2084
2085catch assert
2086 Stop the program execution when an Ada assertion failed.
2087
f822c95b
DJ
2088set sysroot
2089show sysroot
2090 Set an alternate system root for target files. This is a more
2091 general version of "set solib-absolute-prefix", which is now
2092 an alias to "set sysroot".
2093
83cc5c53
UW
2094info spu
2095 Provide extended SPU facility status information. This set of
2096 commands is available only when debugging the Cell/B.E. SPU
2097 architecture.
2098
bd372731
MK
2099* New native configurations
2100
2101OpenBSD/sh sh*-*openbsd*
2102
23181151
DJ
2103set tdesc filename
2104unset tdesc filename
2105show tdesc filename
2106 Use the specified local file as an XML target description, and do
2107 not query the target for its built-in description.
2108
c9bb8148
DJ
2109* New targets
2110
54fe9172 2111OpenBSD/sh sh*-*-openbsd*
c9bb8148 2112MIPS64 GNU/Linux (gdbserver) mips64-linux-gnu
c077150c 2113Toshiba Media Processor mep-elf
c9bb8148 2114
6dd09645
JB
2115* New remote packets
2116
2117QPassSignals:
2118 Ignore the specified signals; pass them directly to the debugged program
2119 without stopping other threads or reporting them to GDB.
2120
23181151
DJ
2121qXfer:features:read:
2122 Read an XML target description from the target, which describes its
2123 features.
6dd09645 2124
83cc5c53
UW
2125qXfer:spu:read:
2126qXfer:spu:write:
2127 Read or write contents of an spufs file on the target system. These
2128 packets are available only on the Cell/B.E. SPU architecture.
2129
cfa9d6d9
DJ
2130qXfer:libraries:read:
2131 Report the loaded shared libraries. Combined with new "T" packet
2132 response, this packet allows GDB to debug shared libraries on
2133 targets where the operating system manages the list of loaded
2134 libraries (e.g. Windows and SymbianOS).
2135
483367ee
DJ
2136* Removed targets
2137
2138Support for these obsolete configurations has been removed.
2139
d08950c4
UW
2140alpha*-*-osf1*
2141alpha*-*-osf2*
7ce59000 2142d10v-*-*
483367ee
DJ
2143hppa*-*-hiux*
2144i[34567]86-ncr-*
2145i[34567]86-*-dgux*
2146i[34567]86-*-lynxos*
2147i[34567]86-*-netware*
2148i[34567]86-*-sco3.2v5*
2149i[34567]86-*-sco3.2v4*
2150i[34567]86-*-sco*
2151i[34567]86-*-sysv4.2*
2152i[34567]86-*-sysv4*
2153i[34567]86-*-sysv5*
2154i[34567]86-*-unixware2*
2155i[34567]86-*-unixware*
2156i[34567]86-*-sysv*
2157i[34567]86-*-isc*
2158m68*-cisco*-*
2159m68*-tandem-*
ad527d2e 2160mips*-*-pe
483367ee 2161rs6000-*-lynxos*
ad527d2e 2162sh*-*-pe
483367ee 2163
7ce59000
DJ
2164* Other removed features
2165
2166target abug
2167target cpu32bug
2168target est
2169target rom68k
2170
2171 Various m68k-only ROM monitors.
2172
ea35711c
DJ
2173target hms
2174target e7000
2175target sh3
2176target sh3e
2177
2178 Various Renesas ROM monitors and debugging interfaces for SH and
2179 H8/300.
2180
2181target ocd
2182
2183 Support for a Macraigor serial interface to on-chip debugging.
2184 GDB does not directly support the newer parallel or USB
2185 interfaces.
2186
7ce59000
DJ
2187DWARF 1 support
2188
2189 A debug information format. The predecessor to DWARF 2 and
2190 DWARF 3, which are still supported.
2191
54d61198
DJ
2192Support for the HP aCC compiler on HP-UX/PA-RISC
2193
2194 SOM-encapsulated symbolic debugging information, automatic
2195 invocation of pxdb, and the aCC custom C++ ABI. This does not
2196 affect HP-UX for Itanium or GCC for HP-UX/PA-RISC. Code compiled
2197 with aCC can still be debugged on an assembly level.
2198
ea35711c
DJ
2199MIPS ".pdr" sections
2200
2201 A MIPS-specific format used to describe stack frame layout
2202 in debugging information.
2203
2204Scheme support
2205
2206 GDB could work with an older version of Guile to debug
2207 the interpreter and Scheme programs running in it.
2208
1a69e1e4
DJ
2209set mips stack-arg-size
2210set mips saved-gpreg-size
2211
2212 Use "set mips abi" to control parameter passing for MIPS.
2213
6dd09645 2214*** Changes in GDB 6.6
e374b601 2215
ca3bf3bd
DJ
2216* New targets
2217
2218Xtensa xtensa-elf
9c309e77 2219Cell Broadband Engine SPU spu-elf
ca3bf3bd 2220
6aec2e11
DJ
2221* GDB can now be configured as a cross-debugger targeting native Windows
2222(mingw32) or Cygwin. It can communicate with a remote debugging stub
2223running on a Windows system over TCP/IP to debug Windows programs.
2224
2225* The GDB remote stub, gdbserver, has been updated to support Windows and
2226Cygwin debugging. Both single-threaded and multi-threaded programs are
2227supported.
2228
17218d91
DJ
2229* The "set trust-readonly-sections" command works again. This command was
2230broken in GDB 6.3, 6.4, and 6.5.
2231
9ebce043
DJ
2232* The "load" command now supports writing to flash memory, if the remote
2233stub provides the required support.
2234
7d3d3ece
DJ
2235* Support for GNU/Linux Thread Local Storage (TLS, per-thread variables) no
2236longer requires symbolic debug information (e.g. DWARF-2).
2237
4f8253f3
JB
2238* New commands
2239
2240set substitute-path
2241unset substitute-path
2242show substitute-path
2243 Manage a list of substitution rules that GDB uses to rewrite the name
2244 of the directories where the sources are located. This can be useful
2245 for instance when the sources were moved to a different location
2246 between compilation and debugging.
2247
9fa66fd7
AS
2248set trace-commands
2249show trace-commands
2250 Print each CLI command as it is executed. Each command is prefixed with
2251 a number of `+' symbols representing the nesting depth.
2252 The source command now has a `-v' option to enable the same feature.
2253
1f5befc1
DJ
2254* REMOVED features
2255
2256The ARM Demon monitor support (RDP protocol, "target rdp").
2257
2ec3381a
DJ
2258Kernel Object Display, an embedded debugging feature which only worked with
2259an obsolete version of Cisco IOS.
2260
3d00d119
DJ
2261The 'set download-write-size' and 'show download-write-size' commands.
2262
be2a5f71
DJ
2263* New remote packets
2264
2265qSupported:
2266 Tell a stub about GDB client features, and request remote target features.
2267 The first feature implemented is PacketSize, which allows the target to
2268 specify the size of packets it can handle - to minimize the number of
2269 packets required and improve performance when connected to a remote
2270 target.
2271
0876f84a
DJ
2272qXfer:auxv:read:
2273 Fetch an OS auxilliary vector from the remote stub. This packet is a
2274 more efficient replacement for qPart:auxv:read.
2275
9ebce043
DJ
2276qXfer:memory-map:read:
2277 Fetch a memory map from the remote stub, including information about
2278 RAM, ROM, and flash memory devices.
2279
2280vFlashErase:
2281vFlashWrite:
2282vFlashDone:
2283 Erase and program a flash memory device.
2284
0876f84a
DJ
2285* Removed remote packets
2286
2287qPart:auxv:read:
2288 This packet has been replaced by qXfer:auxv:read. Only GDB 6.4 and 6.5
2289 used it, and only gdbserver implemented it.
2290
e374b601 2291*** Changes in GDB 6.5
53e5f3cf 2292
96309189
MS
2293* New targets
2294
2295Renesas M32C/M16C m32c-elf
2296
2297Morpho Technologies ms1 ms1-elf
2298
53e5f3cf
AS
2299* New commands
2300
2301init-if-undefined Initialize a convenience variable, but
2302 only if it doesn't already have a value.
2303
ac264b3b
MS
2304The following commands are presently only implemented for native GNU/Linux:
2305
2306checkpoint Save a snapshot of the program state.
2307
2308restart <n> Return the program state to a
2309 previously saved state.
2310
2311info checkpoints List currently saved checkpoints.
2312
2313delete-checkpoint <n> Delete a previously saved checkpoint.
2314
2315set|show detach-on-fork Tell gdb whether to detach from a newly
2316 forked process, or to keep debugging it.
2317
2318info forks List forks of the user program that
2319 are available to be debugged.
2320
2321fork <n> Switch to debugging one of several
2322 forks of the user program that are
2323 available to be debugged.
2324
2325delete-fork <n> Delete a fork from the list of forks
2326 that are available to be debugged (and
2327 kill the forked process).
2328
2329detach-fork <n> Delete a fork from the list of forks
2330 that are available to be debugged (and
2331 allow the process to continue).
2332
3950dc3f
NS
2333* New architecture
2334
2335Morpho Technologies ms2 ms1-elf
2336
0ea3f30e
DJ
2337* Improved Windows host support
2338
2339GDB now builds as a cross debugger hosted on i686-mingw32, including
2340native console support, and remote communications using either
2341network sockets or serial ports.
2342
f79daebb
GM
2343* Improved Modula-2 language support
2344
2345GDB can now print most types in the Modula-2 syntax. This includes:
2346basic types, set types, record types, enumerated types, range types,
2347pointer types and ARRAY types. Procedure var parameters are correctly
2348printed and hexadecimal addresses and character constants are also
2349written in the Modula-2 syntax. Best results can be obtained by using
2350GNU Modula-2 together with the -gdwarf-2 command line option.
2351
acab6ab2
MM
2352* REMOVED features
2353
2354The ARM rdi-share module.
2355
f4267320
DJ
2356The Netware NLM debug server.
2357
53e5f3cf 2358*** Changes in GDB 6.4
156a53ca 2359
e0ecbda1
MK
2360* New native configurations
2361
02a677ac 2362OpenBSD/arm arm*-*-openbsd*
e0ecbda1
MK
2363OpenBSD/mips64 mips64-*-openbsd*
2364
d64a6579
KB
2365* New targets
2366
2367Morpho Technologies ms1 ms1-elf
2368
b33a6190
AS
2369* New command line options
2370
2371--batch-silent As for --batch, but totally silent.
2372--return-child-result The debugger will exist with the same value
2373 the child (debugged) program exited with.
2374--eval-command COMMAND, -ex COMMAND
2375 Execute a single GDB CLI command. This may be
2376 specified multiple times and in conjunction
2377 with the --command (-x) option.
2378
11dced61
AC
2379* Deprecated commands removed
2380
2381The following commands, that were deprecated in 2000, have been
2382removed:
2383
2384 Command Replacement
2385 set|show arm disassembly-flavor set|show arm disassembler
2386 othernames set arm disassembler
2387 set|show remotedebug set|show debug remote
2388 set|show archdebug set|show debug arch
2389 set|show eventdebug set|show debug event
2390 regs info registers
2391
6fe85783
MK
2392* New BSD user-level threads support
2393
2394It is now possible to debug programs using the user-level threads
2395library on OpenBSD and FreeBSD. Currently supported (target)
2396configurations are:
2397
2398FreeBSD/amd64 x86_64-*-freebsd*
2399FreeBSD/i386 i386-*-freebsd*
2400OpenBSD/i386 i386-*-openbsd*
2401
2402Note that the new kernel threads libraries introduced in FreeBSD 5.x
2403are not yet supported.
2404
5260ca71
MS
2405* New support for Matsushita MN10300 w/sim added
2406(Work in progress). mn10300-elf.
2407
e84ecc99
AC
2408* REMOVED configurations and files
2409
2410VxWorks and the XDR protocol *-*-vxworks
9445aa30 2411Motorola MCORE mcore-*-*
9445aa30 2412National Semiconductor NS32000 ns32k-*-*
156a53ca 2413
31e35378
JB
2414* New "set print array-indexes" command
2415
2416After turning this setting "on", GDB prints the index of each element
2417when displaying arrays. The default is "off" to preserve the previous
2418behavior.
2419
e85e5c83
MK
2420* VAX floating point support
2421
2422GDB now supports the not-quite-ieee VAX F and D floating point formats.
2423
d91e9901
AS
2424* User-defined command support
2425
2426In addition to using $arg0..$arg9 for argument passing, it is now possible
2427to use $argc to determine now many arguments have been passed. See the
2428section on user-defined commands in the user manual for more information.
2429
f2cb65ca
MC
2430*** Changes in GDB 6.3:
2431
f47b1503
AS
2432* New command line option
2433
2434GDB now accepts -l followed by a number to set the timeout for remote
2435debugging.
2436
f2cb65ca
MC
2437* GDB works with GCC -feliminate-dwarf2-dups
2438
2439GDB now supports a more compact representation of DWARF-2 debug
2440information using DW_FORM_ref_addr references. These are produced
2441by GCC with the option -feliminate-dwarf2-dups and also by some
2442proprietary compilers. With GCC, you must use GCC 3.3.4 or later
2443to use -feliminate-dwarf2-dups.
860660cb 2444
d08c0230
AC
2445* Internationalization
2446
2447When supported by the host system, GDB will be built with
2448internationalization (libintl). The task of marking up the sources is
2449continued, we're looking forward to our first translation.
2450
117ea3cf
PH
2451* Ada
2452
2453Initial support for debugging programs compiled with the GNAT
2454implementation of the Ada programming language has been integrated
2455into GDB. In this release, support is limited to expression evaluation.
2456
d08c0230
AC
2457* New native configurations
2458
2459GNU/Linux/m32r m32r-*-linux-gnu
2460
2461* Remote 'p' packet
2462
2463GDB's remote protocol now includes support for the 'p' packet. This
2464packet is used to fetch individual registers from a remote inferior.
2465
2466* END-OF-LIFE registers[] compatibility module
2467
2468GDB's internal register infrastructure has been completely rewritten.
2469The new infrastructure making possible the implementation of key new
2470features including 32x64 (e.g., 64-bit amd64 GDB debugging a 32-bit
2471i386 application).
2472
2473GDB 6.3 will be the last release to include the the registers[]
2474compatibility module that allowed out-of-date configurations to
2475continue to work. This change directly impacts the following
2476configurations:
2477
2478hppa-*-hpux
2479ia64-*-aix
2480mips-*-irix*
2481*-*-lynx
2482mips-*-linux-gnu
2483sds protocol
2484xdr protocol
2485powerpc bdm protocol
2486
2487Unless there is activity to revive these configurations, they will be
2488made OBSOLETE in GDB 6.4, and REMOVED from GDB 6.5.
2489
2490* OBSOLETE configurations and files
2491
2492Configurations that have been declared obsolete in this release have
2493been commented out. Unless there is activity to revive these
2494configurations, the next release of GDB will have their sources
2495permanently REMOVED.
2496
2497h8300-*-*
2498mcore-*-*
2499mn10300-*-*
2500ns32k-*-*
2501sh64-*-*
2502v850-*-*
2503
ebb7c577
AC
2504*** Changes in GDB 6.2.1:
2505
2506* MIPS `break main; run' gave an heuristic-fence-post warning
2507
2508When attempting to run even a simple program, a warning about
2509heuristic-fence-post being hit would be reported. This problem has
2510been fixed.
2511
2512* MIPS IRIX 'long double' crashed GDB
2513
2514When examining a long double variable, GDB would get a segmentation
2515fault. The crash has been fixed (but GDB 6.2 cannot correctly examine
2516IRIX long double values).
2517
2518* VAX and "next"
2519
2520A bug in the VAX stack code was causing problems with the "next"
2521command. This problem has been fixed.
2522
860660cb 2523*** Changes in GDB 6.2:
faae5abe 2524
0dea2468
AC
2525* Fix for ``many threads''
2526
2527On GNU/Linux systems that use the NPTL threads library, a program
2528rapidly creating and deleting threads would confuse GDB leading to the
2529error message:
2530
2531 ptrace: No such process.
2532 thread_db_get_info: cannot get thread info: generic error
2533
2534This problem has been fixed.
2535
2c07db7a
AC
2536* "-async" and "-noasync" options removed.
2537
2538Support for the broken "-noasync" option has been removed (it caused
2539GDB to dump core).
2540
c23968a2
JB
2541* New ``start'' command.
2542
2543This command runs the program until the begining of the main procedure.
2544
71009278
MK
2545* New BSD Kernel Data Access Library (libkvm) interface
2546
2547Using ``target kvm'' it is now possible to debug kernel core dumps and
2548live kernel memory images on various FreeBSD, NetBSD and OpenBSD
2549platforms. Currently supported (native-only) configurations are:
2550
2551FreeBSD/amd64 x86_64-*-freebsd*
2552FreeBSD/i386 i?86-*-freebsd*
2553NetBSD/i386 i?86-*-netbsd*
2554NetBSD/m68k m68*-*-netbsd*
2555NetBSD/sparc sparc-*-netbsd*
2556OpenBSD/amd64 x86_64-*-openbsd*
2557OpenBSD/i386 i?86-*-openbsd*
2558OpenBSD/m68k m68*-openbsd*
2559OpenBSD/sparc sparc-*-openbsd*
2560
3c0b7db2
AC
2561* Signal trampoline code overhauled
2562
2563Many generic problems with GDB's signal handling code have been fixed.
2564These include: backtraces through non-contiguous stacks; recognition
2565of sa_sigaction signal trampolines; backtrace from a NULL pointer
2566call; backtrace through a signal trampoline; step into and out of
2567signal handlers; and single-stepping in the signal trampoline.
2568
73cc75f3
AC
2569Please note that kernel bugs are a limiting factor here. These
2570features have been shown to work on an s390 GNU/Linux system that
2571include a 2.6.8-rc1 kernel. Ref PR breakpoints/1702.
3c0b7db2 2572
7243600a
BF
2573* Cygwin support for DWARF 2 added.
2574
6f606e1c
MK
2575* New native configurations
2576
97dc871c 2577GNU/Linux/hppa hppa*-*-linux*
0e56aeaf 2578OpenBSD/hppa hppa*-*-openbsd*
bf2ca189
MK
2579OpenBSD/m68k m68*-*-openbsd*
2580OpenBSD/m88k m88*-*-openbsd*
d195bc9f 2581OpenBSD/powerpc powerpc-*-openbsd*
6f606e1c 2582NetBSD/vax vax-*-netbsd*
9f076e7a 2583OpenBSD/vax vax-*-openbsd*
6f606e1c 2584
a1b461bf
AC
2585* END-OF-LIFE frame compatibility module
2586
2587GDB's internal frame infrastructure has been completely rewritten.
2588The new infrastructure making it possible to support key new features
2589including DWARF 2 Call Frame Information. To aid in the task of
2590migrating old configurations to this new infrastructure, a
2591compatibility module, that allowed old configurations to continue to
2592work, was also included.
2593
2594GDB 6.2 will be the last release to include this frame compatibility
2595module. This change directly impacts the following configurations:
2596
2597h8300-*-*
2598mcore-*-*
2599mn10300-*-*
2600ns32k-*-*
2601sh64-*-*
2602v850-*-*
2603xstormy16-*-*
2604
2605Unless there is activity to revive these configurations, they will be
2606made OBSOLETE in GDB 6.3, and REMOVED from GDB 6.4.
2607
3c7012f5
AC
2608* REMOVED configurations and files
2609
2610Sun 3, running SunOS 3 m68*-*-sunos3*
2611Sun 3, running SunOS 4 m68*-*-sunos4*
2612Sun 2, running SunOS 3 m68000-*-sunos3*
2613Sun 2, running SunOS 4 m68000-*-sunos4*
2614Motorola 680x0 running LynxOS m68*-*-lynxos*
2615AT&T 3b1/Unix pc m68*-att-*
2616Bull DPX2 (68k, System V release 3) m68*-bull-sysv*
2617decstation mips-dec-* mips-little-*
2618riscos mips-*-riscos* mips-*-sysv*
2619sonymips mips-sony-*
2620sysv mips*-*-sysv4* (IRIX 5/6 not included)
2621
e5fe55f7
AC
2622*** Changes in GDB 6.1.1:
2623
2624* TUI (Text-mode User Interface) built-in (also included in GDB 6.1)
2625
2626The TUI (Text-mode User Interface) is now built as part of a default
2627GDB configuration. It is enabled by either selecting the TUI with the
2628command line option "-i=tui" or by running the separate "gdbtui"
2629program. For more information on the TUI, see the manual "Debugging
2630with GDB".
2631
2632* Pending breakpoint support (also included in GDB 6.1)
2633
2634Support has been added to allow you to specify breakpoints in shared
2635libraries that have not yet been loaded. If a breakpoint location
2636cannot be found, and the "breakpoint pending" option is set to auto,
2637GDB queries you if you wish to make the breakpoint pending on a future
2638shared-library load. If and when GDB resolves the breakpoint symbol,
2639the pending breakpoint is removed as one or more regular breakpoints
2640are created.
2641
2642Pending breakpoints are very useful for GCJ Java debugging.
2643
2644* Fixed ISO-C build problems
2645
2646The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained
2647non ISO-C code that stopped them being built using a more strict ISO-C
2648compiler (e.g., IBM's C compiler).
2649
2650* Fixed build problem on IRIX 5
2651
2652Due to header problems with <sys/proc.h>, the file gdb/proc-api.c
2653wasn't able to compile compile on an IRIX 5 system.
2654
2655* Added execute permission to gdb/gdbserver/configure
2656
2657The shell script gdb/testsuite/gdb.stabs/configure lacked execute
2658permission. This bug would cause configure to fail on a number of
2659systems (Solaris, IRIX). Ref: server/519.
2660
2661* Fixed build problem on hpux2.0w-hp-hpux11.00 using the HP ANSI C compiler
2662
2663Older HPUX ANSI C compilers did not accept variable array sizes. somsolib.c
2664has been updated to use constant array sizes.
2665
2666* Fixed a panic in the DWARF Call Frame Info code on Solaris 2.7
2667
2668GCC 3.3.2, on Solaris 2.7, includes the DW_EH_PE_funcrel encoding in
2669its generated DWARF Call Frame Info. This encoding was causing GDB to
2670panic, that panic has been fixed. Ref: gdb/1628.
2671
2672* Fixed a problem when examining parameters in shared library code.
2673
2674When examining parameters in optimized shared library code generated
2675by a mainline GCC, GDB would incorrectly report ``Variable "..." is
2676not available''. GDB now correctly displays the variable's value.
2677
faae5abe 2678*** Changes in GDB 6.1:
f2c06f52 2679
9175c9a3
MC
2680* Removed --with-mmalloc
2681
2682Support for the mmalloc memory manager has been removed, as it
2683conflicted with the internal gdb byte cache.
2684
3cc87ec0
MK
2685* Changes in AMD64 configurations
2686
2687The AMD64 target now includes the %cs and %ss registers. As a result
2688the AMD64 remote protocol has changed; this affects the floating-point
2689and SSE registers. If you rely on those registers for your debugging,
2690you should upgrade gdbserver on the remote side.
2691
f0424ef6
MK
2692* Revised SPARC target
2693
2694The SPARC target has been completely revised, incorporating the
2695FreeBSD/sparc64 support that was added for GDB 6.0. As a result
03cebad2
MK
2696support for LynxOS and SunOS 4 has been dropped. Calling functions
2697from within GDB on operating systems with a non-executable stack
2698(Solaris, OpenBSD) now works.
f0424ef6 2699
59659be2
ILT
2700* New C++ demangler
2701
2702GDB has a new C++ demangler which does a better job on the mangled
2703names generated by current versions of g++. It also runs faster, so
2704with this and other changes gdb should now start faster on large C++
2705programs.
2706
9e08b29b
DJ
2707* DWARF 2 Location Expressions
2708
2709GDB support for location expressions has been extended to support function
2710arguments and frame bases. Older versions of GDB could crash when they
2711encountered these.
2712
8dfe8985
DC
2713* C++ nested types and namespaces
2714
2715GDB's support for nested types and namespaces in C++ has been
2716improved, especially if you use the DWARF 2 debugging format. (This
2717is the default for recent versions of GCC on most platforms.)
2718Specifically, if you have a class "Inner" defined within a class or
2719namespace "Outer", then GDB realizes that the class's name is
2720"Outer::Inner", not simply "Inner". This should greatly reduce the
2721frequency of complaints about not finding RTTI symbols. In addition,
2722if you are stopped at inside of a function defined within a namespace,
2723GDB modifies its name lookup accordingly.
2724
cced5e27
MK
2725* New native configurations
2726
2727NetBSD/amd64 x86_64-*-netbsd*
27d1e716 2728OpenBSD/amd64 x86_64-*-openbsd*
2031c21a 2729OpenBSD/alpha alpha*-*-openbsd*
f2cab569
MK
2730OpenBSD/sparc sparc-*-openbsd*
2731OpenBSD/sparc64 sparc64-*-openbsd*
cced5e27 2732
b4b4b794
KI
2733* New debugging protocols
2734
2735M32R with SDI protocol m32r-*-elf*
2736
7989c619
AC
2737* "set prompt-escape-char" command deleted.
2738
2739The command "set prompt-escape-char" has been deleted. This command,
2740and its very obscure effet on GDB's prompt, was never documented,
2741tested, nor mentioned in the NEWS file.
2742
5994185b
AC
2743* OBSOLETE configurations and files
2744
2745Configurations that have been declared obsolete in this release have
2746been commented out. Unless there is activity to revive these
2747configurations, the next release of GDB will have their sources
2748permanently REMOVED.
2749
2750Sun 3, running SunOS 3 m68*-*-sunos3*
2751Sun 3, running SunOS 4 m68*-*-sunos4*
2752Sun 2, running SunOS 3 m68000-*-sunos3*
2753Sun 2, running SunOS 4 m68000-*-sunos4*
2754Motorola 680x0 running LynxOS m68*-*-lynxos*
2755AT&T 3b1/Unix pc m68*-att-*
2756Bull DPX2 (68k, System V release 3) m68*-bull-sysv*
0748d941
AC
2757decstation mips-dec-* mips-little-*
2758riscos mips-*-riscos* mips-*-sysv*
2759sonymips mips-sony-*
2760sysv mips*-*-sysv4* (IRIX 5/6 not included)
5994185b 2761
0ddabb4c
AC
2762* REMOVED configurations and files
2763
2764SGI Irix-4.x mips-sgi-irix4 or iris4
2765SGI Iris (MIPS) running Irix V3: mips-sgi-irix or iris
4a8269c0
AC
2766Z8000 simulator z8k-zilog-none or z8ksim
2767Matsushita MN10200 w/simulator mn10200-*-*
2768H8/500 simulator h8500-hitachi-hms or h8500hms
2769HP/PA running BSD hppa*-*-bsd*
2770HP/PA running OSF/1 hppa*-*-osf*
2771HP/PA Pro target hppa*-*-pro*
2772PMAX (MIPS) running Mach 3.0 mips*-*-mach3*
cf7c5c23 2773386BSD i[3456]86-*-bsd*
4a8269c0
AC
2774Sequent family i[3456]86-sequent-sysv4*
2775 i[3456]86-sequent-sysv*
2776 i[3456]86-sequent-bsd*
f0424ef6
MK
2777SPARC running LynxOS sparc-*-lynxos*
2778SPARC running SunOS 4 sparc-*-sunos4*
4a8269c0
AC
2779Tsqware Sparclet sparclet-*-*
2780Fujitsu SPARClite sparclite-fujitsu-none or sparclite
0ddabb4c 2781
c7f1390e
DJ
2782*** Changes in GDB 6.0:
2783
1fe43d45
AC
2784* Objective-C
2785
2786Support for debugging the Objective-C programming language has been
2787integrated into GDB.
2788
e6beb428
AC
2789* New backtrace mechanism (includes DWARF 2 Call Frame Information).
2790
2791DWARF 2's Call Frame Information makes available compiler generated
2792information that more exactly describes the program's run-time stack.
2793By using this information, GDB is able to provide more robust stack
2794backtraces.
2795
2796The i386, amd64 (nee, x86-64), Alpha, m68hc11, ia64, and m32r targets
2797have been updated to use a new backtrace mechanism which includes
2798DWARF 2 CFI support.
2799
2800* Hosted file I/O.
2801
2802GDB's remote protocol has been extended to include support for hosted
2803file I/O (where the remote target uses GDB's file system). See GDB's
2804remote protocol documentation for details.
2805
2806* All targets using the new architecture framework.
2807
2808All of GDB's targets have been updated to use the new internal
2809architecture framework. The way is now open for future GDB releases
2810to include cross-architecture native debugging support (i386 on amd64,
2811ppc32 on ppc64).
2812
2813* GNU/Linux's Thread Local Storage (TLS)
2814
2815GDB now includes support for for the GNU/Linux implementation of
2816per-thread variables.
2817
2818* GNU/Linux's Native POSIX Thread Library (NPTL)
2819
2820GDB's thread code has been updated to work with either the new
2821GNU/Linux NPTL thread library or the older "LinuxThreads" library.
2822
2823* Separate debug info.
2824
2825GDB, in conjunction with BINUTILS, now supports a mechanism for
2826automatically loading debug information from a separate file. Instead
2827of shipping full debug and non-debug versions of system libraries,
2828system integrators can now instead ship just the stripped libraries
2829and optional debug files.
2830
2831* DWARF 2 Location Expressions
2832
2833DWARF 2 Location Expressions allow the compiler to more completely
2834describe the location of variables (even in optimized code) to the
2835debugger.
2836
2837GDB now includes preliminary support for location expressions (support
2838for DW_OP_piece is still missing).
2839
2840* Java
2841
2842A number of long standing bugs that caused GDB to die while starting a
2843Java application have been fixed. GDB's Java support is now
2844considered "useable".
2845
85f8f974
DJ
2846* GNU/Linux support for fork, vfork, and exec.
2847
2848The "catch fork", "catch exec", "catch vfork", and "set follow-fork-mode"
2849commands are now implemented for GNU/Linux. They require a 2.5.x or later
2850kernel.
2851
0fac0b41
DJ
2852* GDB supports logging output to a file
2853
2854There are two new commands, "set logging" and "show logging", which can be
2855used to capture GDB's output to a file.
f2c06f52 2856
6ad8ae5c
DJ
2857* The meaning of "detach" has changed for gdbserver
2858
2859The "detach" command will now resume the application, as documented. To
2860disconnect from gdbserver and leave it stopped, use the new "disconnect"
2861command.
2862
e286caf2 2863* d10v, m68hc11 `regs' command deprecated
5f601589
AC
2864
2865The `info registers' command has been updated so that it displays the
2866registers using a format identical to the old `regs' command.
2867
d28f9cdf
DJ
2868* Profiling support
2869
2870A new command, "maint set profile on/off", has been added. This command can
2871be used to enable or disable profiling while running GDB, to profile a
2872session or a set of commands. In addition there is a new configure switch,
2873"--enable-profiling", which will cause GDB to be compiled with profiling
2874data, for more informative profiling results.
2875
da0f9dcd
AC
2876* Default MI syntax changed to "mi2".
2877
2878The default MI (machine interface) syntax, enabled by the command line
2879option "-i=mi", has been changed to "mi2". The previous MI syntax,
b68767c1 2880"mi1", can be enabled by specifying the option "-i=mi1".
da0f9dcd
AC
2881
2882Support for the original "mi0" syntax (included in GDB 5.0) has been
2883removed.
2884
fb9b6b35
JJ
2885Fix for gdb/192: removed extraneous space when displaying frame level.
2886Fix for gdb/672: update changelist is now output in mi list format.
2887Fix for gdb/702: a -var-assign that updates the value now shows up
2888 in a subsequent -var-update.
2889
954a4db8
MK
2890* New native configurations.
2891
2892FreeBSD/amd64 x86_64-*-freebsd*
2893
6760f9e6
JB
2894* Multi-arched targets.
2895
b4263afa 2896HP/PA HPUX11 hppa*-*-hpux*
85a453d5 2897Renesas M32R/D w/simulator m32r-*-elf*
6760f9e6 2898
1b831c93
AC
2899* OBSOLETE configurations and files
2900
2901Configurations that have been declared obsolete in this release have
2902been commented out. Unless there is activity to revive these
2903configurations, the next release of GDB will have their sources
2904permanently REMOVED.
2905
8b0e5691 2906Z8000 simulator z8k-zilog-none or z8ksim
67f16606 2907Matsushita MN10200 w/simulator mn10200-*-*
fd2299bd 2908H8/500 simulator h8500-hitachi-hms or h8500hms
56056df7
AC
2909HP/PA running BSD hppa*-*-bsd*
2910HP/PA running OSF/1 hppa*-*-osf*
2911HP/PA Pro target hppa*-*-pro*
78c43945 2912PMAX (MIPS) running Mach 3.0 mips*-*-mach3*
2fbce691
AC
2913Sequent family i[3456]86-sequent-sysv4*
2914 i[3456]86-sequent-sysv*
2915 i[3456]86-sequent-bsd*
f81824a9
AC
2916Tsqware Sparclet sparclet-*-*
2917Fujitsu SPARClite sparclite-fujitsu-none or sparclite
fd2299bd 2918
5835abe7
NC
2919* REMOVED configurations and files
2920
2921V850EA ISA
1b831c93
AC
2922Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88
2923IBM AIX PS/2 i[3456]86-*-aix
2924i386 running Mach 3.0 i[3456]86-*-mach3*
2925i386 running Mach i[3456]86-*-mach*
2926i386 running OSF/1 i[3456]86-*osf1mk*
2927HP/Apollo 68k Family m68*-apollo*-sysv*,
2928 m68*-apollo*-bsd*,
2929 m68*-hp-bsd*, m68*-hp-hpux*
2930Argonaut Risc Chip (ARC) arc-*-*
2931Mitsubishi D30V d30v-*-*
2932Fujitsu FR30 fr30-*-elf*
2933OS/9000 i[34]86-*-os9k
2934I960 with MON960 i960-*-coff
5835abe7 2935
a094c6fb
AC
2936* MIPS $fp behavior changed
2937
2938The convenience variable $fp, for the MIPS, now consistently returns
2939the address of the current frame's base. Previously, depending on the
2940context, $fp could refer to either $sp or the current frame's base
2941address. See ``8.10 Registers'' in the manual ``Debugging with GDB:
2942The GNU Source-Level Debugger''.
2943
299ffc64 2944*** Changes in GDB 5.3:
37057839 2945
46248966
AC
2946* GNU/Linux shared library multi-threaded performance improved.
2947
2948When debugging a multi-threaded application on GNU/Linux, GDB now uses
2949`/proc', in preference to `ptrace' for memory reads. This may result
2950in an improvement in the start-up time of multi-threaded, shared
2951library applications when run under GDB. One GDB user writes: ``loads
2952shared libs like mad''.
2953
b9d14705 2954* ``gdbserver'' now supports multi-threaded applications on some targets
6da02953 2955
b9d14705
DJ
2956Support for debugging multi-threaded applications which use
2957the GNU/Linux LinuxThreads package has been added for
2958arm*-*-linux*-gnu*, i[3456]86-*-linux*-gnu*, mips*-*-linux*-gnu*,
2959powerpc*-*-linux*-gnu*, and sh*-*-linux*-gnu*.
6da02953 2960
e0e9281e
JB
2961* GDB now supports C/C++ preprocessor macros.
2962
2963GDB now expands preprocessor macro invocations in C/C++ expressions,
2964and provides various commands for showing macro definitions and how
2965they expand.
2966
dd73b9bb
AC
2967The new command `macro expand EXPRESSION' expands any macro
2968invocations in expression, and shows the result.
2969
2970The new command `show macro MACRO-NAME' shows the definition of the
2971macro named MACRO-NAME, and where it was defined.
2972
e0e9281e
JB
2973Most compilers don't include information about macros in the debugging
2974information by default. In GCC 3.1, for example, you need to compile
2975your program with the options `-gdwarf-2 -g3'. If the macro
2976information is present in the executable, GDB will read it.
2977
2250ee0c
CV
2978* Multi-arched targets.
2979
6e3ba3b8
JT
2980DEC Alpha (partial) alpha*-*-*
2981DEC VAX (partial) vax-*-*
2250ee0c 2982NEC V850 v850-*-*
6e3ba3b8 2983National Semiconductor NS32000 (partial) ns32k-*-*
a1789893
GS
2984Motorola 68000 (partial) m68k-*-*
2985Motorola MCORE mcore-*-*
2250ee0c 2986
cd9bfe15 2987* New targets.
e33ce519 2988
456f8b9d
DB
2989Fujitsu FRV architecture added by Red Hat frv*-*-*
2990
e33ce519 2991
da8ca43d
JT
2992* New native configurations
2993
2994Alpha NetBSD alpha*-*-netbsd*
029923d4 2995SH NetBSD sh*-*-netbsdelf*
45888261 2996MIPS NetBSD mips*-*-netbsd*
9ce5c36a 2997UltraSPARC NetBSD sparc64-*-netbsd*
da8ca43d 2998
cd9bfe15
AC
2999* OBSOLETE configurations and files
3000
3001Configurations that have been declared obsolete in this release have
3002been commented out. Unless there is activity to revive these
3003configurations, the next release of GDB will have their sources
3004permanently REMOVED.
3005
92eb23c5 3006Mitsubishi D30V d30v-*-*
a99a9e1b 3007OS/9000 i[34]86-*-os9k
1c7cc583 3008IBM AIX PS/2 i[3456]86-*-aix
7a3085c1 3009Fujitsu FR30 fr30-*-elf*
7fb623f7 3010Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88
eb4c54a2 3011Argonaut Risc Chip (ARC) arc-*-*
d8ee244c
MK
3012i386 running Mach 3.0 i[3456]86-*-mach3*
3013i386 running Mach i[3456]86-*-mach*
3014i386 running OSF/1 i[3456]86-*osf1mk*
822e978b
AC
3015HP/Apollo 68k Family m68*-apollo*-sysv*,
3016 m68*-apollo*-bsd*,
3017 m68*-hp-bsd*, m68*-hp-hpux*
4d210288 3018I960 with MON960 i960-*-coff
92eb23c5 3019
db034ac5
AC
3020* OBSOLETE languages
3021
3022CHILL, a Pascal like language used by telecommunications companies.
3023
cd9bfe15
AC
3024* REMOVED configurations and files
3025
3026AMD 29k family via UDI a29k-amd-udi, udi29k
3027A29K VxWorks a29k-*-vxworks
3028AMD 29000 embedded, using EBMON a29k-none-none
3029AMD 29000 embedded with COFF a29k-none-coff
3030AMD 29000 embedded with a.out a29k-none-aout
3031
3032testsuite/gdb.hp/gdb.threads-hp/ directory
3033
20f01a46
DH
3034* New command "set max-user-call-depth <nnn>"
3035
3036This command allows the user to limit the call depth of user-defined
3037commands. The default is 1024.
3038
a5941fbf
MK
3039* Changes in FreeBSD/i386 native debugging.
3040
3041Support for the "generate-core-file" has been added.
3042
89743e04
MS
3043* New commands "dump", "append", and "restore".
3044
3045These commands allow data to be copied from target memory
3046to a bfd-format or binary file (dump and append), and back
3047from a file into memory (restore).
37057839 3048
9fb14e79
JB
3049* Improved "next/step" support on multi-processor Alpha Tru64.
3050
3051The previous single-step mechanism could cause unpredictable problems,
3052including the random appearance of SIGSEGV or SIGTRAP signals. The use
3053of a software single-step mechanism prevents this.
3054
2037aebb
AC
3055*** Changes in GDB 5.2.1:
3056
3057* New targets.
3058
3059Atmel AVR avr*-*-*
3060
3061* Bug fixes
3062
3063gdb/182: gdb/323: gdb/237: On alpha, gdb was reporting:
3064mdebugread.c:2443: gdb-internal-error: sect_index_data not initialized
3065Fix, by Joel Brobecker imported from mainline.
3066
3067gdb/439: gdb/291: On some ELF object files, gdb was reporting:
3068dwarf2read.c:1072: gdb-internal-error: sect_index_text not initialize
3069Fix, by Fred Fish, imported from mainline.
3070
3071Dwarf2 .debug_frame & .eh_frame handler improved in many ways.
3072Surprisingly enough, it works now.
3073By Michal Ludvig, imported from mainline.
3074
3075i386 hardware watchpoint support:
3076avoid misses on second run for some targets.
3077By Pierre Muller, imported from mainline.
3078
37057839 3079*** Changes in GDB 5.2:
eb7cedd9 3080
1a703748
MS
3081* New command "set trust-readonly-sections on[off]".
3082
3083This command is a hint that tells gdb that read-only sections
3084really are read-only (ie. that their contents will not change).
3085In this mode, gdb will go to the object file rather than the
3086target to read memory from read-only sections (such as ".text").
3087This can be a significant performance improvement on some
3088(notably embedded) targets.
3089
cefd4ef5
MS
3090* New command "generate-core-file" (or "gcore").
3091
55241689
AC
3092This new gdb command allows the user to drop a core file of the child
3093process state at any time. So far it's been implemented only for
3094GNU/Linux and Solaris, but should be relatively easily ported to other
3095hosts. Argument is core file name (defaults to core.<pid>).
cefd4ef5 3096
352ed7b4
MS
3097* New command line option
3098
3099GDB now accepts --pid or -p followed by a process id.
3100
3101* Change in command line behavior -- corefiles vs. process ids.
3102
3103There is a subtle behavior in the way in which GDB handles
3104command line arguments. The first non-flag argument is always
3105a program to debug, but the second non-flag argument may either
3106be a corefile or a process id. Previously, GDB would attempt to
3107open the second argument as a corefile, and if that failed, would
3108issue a superfluous error message and then attempt to attach it as
3109a process. Now, if the second argument begins with a non-digit,
3110it will be treated as a corefile. If it begins with a digit,
3111GDB will attempt to attach it as a process, and if no such process
3112is found, will then attempt to open it as a corefile.
3113
fe419ffc
RE
3114* Changes in ARM configurations.
3115
3116Multi-arch support is enabled for all ARM configurations. The ARM/NetBSD
3117configuration is fully multi-arch.
3118
eb7cedd9
MK
3119* New native configurations
3120
fe419ffc 3121ARM NetBSD arm*-*-netbsd*
eb7cedd9 3122x86 OpenBSD i[3456]86-*-openbsd*
55241689 3123AMD x86-64 running GNU/Linux x86_64-*-linux-*
768f0842 3124Sparc64 running FreeBSD sparc64-*-freebsd*
eb7cedd9 3125
c9f63e6b
CV
3126* New targets
3127
3128Sanyo XStormy16 xstormy16-elf
3129
9b4ff276
AC
3130* OBSOLETE configurations and files
3131
3132Configurations that have been declared obsolete in this release have
3133been commented out. Unless there is activity to revive these
3134configurations, the next release of GDB will have their sources
3135permanently REMOVED.
3136
3137AMD 29k family via UDI a29k-amd-udi, udi29k
3138A29K VxWorks a29k-*-vxworks
3139AMD 29000 embedded, using EBMON a29k-none-none
3140AMD 29000 embedded with COFF a29k-none-coff
3141AMD 29000 embedded with a.out a29k-none-aout
3142
b4ceaee6 3143testsuite/gdb.hp/gdb.threads-hp/ directory
9b4ff276 3144
e2caac18
AC
3145* REMOVED configurations and files
3146
3147TI TMS320C80 tic80-*-*
7bc65f05 3148WDC 65816 w65-*-*
7768dd6c
AC
3149PowerPC Solaris powerpcle-*-solaris*
3150PowerPC Windows NT powerpcle-*-cygwin32
3151PowerPC Netware powerpc-*-netware*
5e734e1f 3152Harris/CXUX m88k m88*-harris-cxux*
1406caf7
AC
3153Most ns32k hosts and targets ns32k-*-mach3* ns32k-umax-*
3154 ns32k-utek-sysv* ns32k-utek-*
7e24f0b1 3155SunOS 4.0.Xi on i386 i[3456]86-*-sunos*
9b567150 3156Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern*
3680c638
AC
3157Sony NEWS (68K) running NEWSOS 3.x m68*-sony-sysv news
3158ISI Optimum V (3.05) under 4.3bsd. m68*-isi-*
a752853e 3159Apple Macintosh (MPW) host and target N/A host, powerpc-*-macos*
e2caac18 3160
c2a727fa
TT
3161* Changes to command line processing
3162
3163The new `--args' feature can be used to specify command-line arguments
3164for the inferior from gdb's command line.
3165
467d8519
TT
3166* Changes to key bindings
3167
3168There is a new `operate-and-get-next' function bound to `C-o'.
3169
7072a954
AC
3170*** Changes in GDB 5.1.1
3171
3172Fix compile problem on DJGPP.
3173
3174Fix a problem with floating-point registers on the i386 being
3175corrupted.
3176
3177Fix to stop GDB crashing on .debug_str debug info.
3178
3179Numerous documentation fixes.
3180
3181Numerous testsuite fixes.
3182
34f47bc4 3183*** Changes in GDB 5.1:
139760b7
MK
3184
3185* New native configurations
3186
3187Alpha FreeBSD alpha*-*-freebsd*
3188x86 FreeBSD 3.x and 4.x i[3456]86*-freebsd[34]*
55241689 3189MIPS GNU/Linux mips*-*-linux*
e23194cb
EZ
3190MIPS SGI Irix 6.x mips*-sgi-irix6*
3191ia64 AIX ia64-*-aix*
55241689 3192s390 and s390x GNU/Linux {s390,s390x}-*-linux*
139760b7 3193
bf64bfd6
AC
3194* New targets
3195
def90278 3196Motorola 68HC11 and 68HC12 m68hc11-elf
24be5c34 3197CRIS cris-axis
55241689 3198UltraSparc running GNU/Linux sparc64-*-linux*
def90278 3199
17e78a56 3200* OBSOLETE configurations and files
bf64bfd6
AC
3201
3202x86 FreeBSD before 2.2 i[3456]86*-freebsd{1,2.[01]}*,
9b9c068d 3203Harris/CXUX m88k m88*-harris-cxux*
bb19ff3b
AC
3204Most ns32k hosts and targets ns32k-*-mach3* ns32k-umax-*
3205 ns32k-utek-sysv* ns32k-utek-*
76f4ea53
AC
3206TI TMS320C80 tic80-*-*
3207WDC 65816 w65-*-*
4a1968f4 3208Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern*
1b2b2c16
AC
3209PowerPC Solaris powerpcle-*-solaris*
3210PowerPC Windows NT powerpcle-*-cygwin32
3211PowerPC Netware powerpc-*-netware*
24f89b68 3212SunOS 4.0.Xi on i386 i[3456]86-*-sunos*
514e603d
AC
3213Sony NEWS (68K) running NEWSOS 3.x m68*-sony-sysv news
3214ISI Optimum V (3.05) under 4.3bsd. m68*-isi-*
d036b4d9 3215Apple Macintosh (MPW) host N/A
bf64bfd6 3216
17e78a56
AC
3217stuff.c (Program to stuff files into a specially prepared space in kdb)
3218kdb-start.c (Main loop for the standalone kernel debugger)
3219
7fcca85b
AC
3220Configurations that have been declared obsolete in this release have
3221been commented out. Unless there is activity to revive these
3222configurations, the next release of GDB will have their sources
3223permanently REMOVED.
3224
a196c81c 3225* REMOVED configurations and files
7fcca85b
AC
3226
3227Altos 3068 m68*-altos-*
3228Convex c1-*-*, c2-*-*
3229Pyramid pyramid-*-*
3230ARM RISCix arm-*-* (as host)
3231Tahoe tahoe-*-*
a196c81c 3232ser-ocd.c *-*-*
bf64bfd6 3233
6d6b80e5 3234* GDB has been converted to ISO C.
e23194cb 3235
6d6b80e5 3236GDB's source code has been converted to ISO C. In particular, the
e23194cb
EZ
3237sources are fully protoized, and rely on standard headers being
3238present.
3239
bf64bfd6
AC
3240* Other news:
3241
e23194cb
EZ
3242* "info symbol" works on platforms which use COFF, ECOFF, XCOFF, and NLM.
3243
3244* The MI enabled by default.
3245
3246The new machine oriented interface (MI) introduced in GDB 5.0 has been
3247revised and enabled by default. Packages which use GDB as a debugging
3248engine behind a UI or another front end are encouraged to switch to
3249using the GDB/MI interface, instead of the old annotations interface
3250which is now deprecated.
3251
3252* Support for debugging Pascal programs.
3253
3254GDB now includes support for debugging Pascal programs. The following
3255main features are supported:
3256
3257 - Pascal-specific data types such as sets;
3258
3259 - automatic recognition of Pascal sources based on file-name
3260 extension;
3261
3262 - Pascal-style display of data types, variables, and functions;
3263
3264 - a Pascal expression parser.
3265
3266However, some important features are not yet supported.
3267
3268 - Pascal string operations are not supported at all;
3269
3270 - there are some problems with boolean types;
3271
3272 - Pascal type hexadecimal constants are not supported
3273 because they conflict with the internal variables format;
3274
3275 - support for Pascal objects and classes is not full yet;
3276
3277 - unlike Pascal, GDB is case-sensitive for symbol names.
3278
3279* Changes in completion.
3280
3281Commands such as `shell', `run' and `set args', which pass arguments
3282to inferior programs, now complete on file names, similar to what
3283users expect at the shell prompt.
3284
3285Commands which accept locations, such as `disassemble', `print',
3286`breakpoint', `until', etc. now complete on filenames as well as
3287program symbols. Thus, if you type "break foob TAB", and the source
3288files linked into the programs include `foobar.c', that file name will
3289be one of the candidates for completion. However, file names are not
3290considered for completion after you typed a colon that delimits a file
3291name from a name of a function in that file, as in "break foo.c:bar".
3292
3293`set demangle-style' completes on available demangling styles.
3294
3295* New platform-independent commands:
3296
3297It is now possible to define a post-hook for a command as well as a
3298hook that runs before the command. For more details, see the
3299documentation of `hookpost' in the GDB manual.
3300
3301* Changes in GNU/Linux native debugging.
3302
d7275149
MK
3303Support for debugging multi-threaded programs has been completely
3304revised for all platforms except m68k and sparc. You can now debug as
3305many threads as your system allows you to have.
3306
e23194cb
EZ
3307Attach/detach is supported for multi-threaded programs.
3308
d7275149
MK
3309Support for SSE registers was added for x86. This doesn't work for
3310multi-threaded programs though.
e23194cb
EZ
3311
3312* Changes in MIPS configurations.
bf64bfd6
AC
3313
3314Multi-arch support is enabled for all MIPS configurations.
3315
e23194cb
EZ
3316GDB can now be built as native debugger on SGI Irix 6.x systems for
3317debugging n32 executables. (Debugging 64-bit executables is not yet
3318supported.)
3319
3320* Unified support for hardware watchpoints in all x86 configurations.
3321
3322Most (if not all) native x86 configurations support hardware-assisted
3323breakpoints and watchpoints in a unified manner. This support
3324implements debug register sharing between watchpoints, which allows to
3325put a virtually infinite number of watchpoints on the same address,
3326and also supports watching regions up to 16 bytes with several debug
3327registers.
3328
3329The new maintenance command `maintenance show-debug-regs' toggles
3330debugging print-outs in functions that insert, remove, and test
3331watchpoints and hardware breakpoints.
3332
3333* Changes in the DJGPP native configuration.
3334
3335New command ``info dos sysinfo'' displays assorted information about
3336the CPU, OS, memory, and DPMI server.
3337
3338New commands ``info dos gdt'', ``info dos ldt'', and ``info dos idt''
3339display information about segment descriptors stored in GDT, LDT, and
3340IDT.
3341
3342New commands ``info dos pde'' and ``info dos pte'' display entries
3343from Page Directory and Page Tables (for now works with CWSDPMI only).
3344New command ``info dos address-pte'' displays the Page Table entry for
3345a given linear address.
3346
3347GDB can now pass command lines longer than 126 characters to the
3348program being debugged (requires an update to the libdbg.a library
3349which is part of the DJGPP development kit).
3350
3351DWARF2 debug info is now supported.
3352
6c56c069
EZ
3353It is now possible to `step' and `next' through calls to `longjmp'.
3354
e23194cb
EZ
3355* Changes in documentation.
3356
3357All GDB documentation was converted to GFDL, the GNU Free
3358Documentation License.
3359
3360Tracepoints-related commands are now fully documented in the GDB
3361manual.
3362
3363TUI, the Text-mode User Interface, is now documented in the manual.
3364
3365Tracepoints-related commands are now fully documented in the GDB
3366manual.
3367
3368The "GDB Internals" manual now has an index. It also includes
3369documentation of `ui_out' functions, GDB coding standards, x86
3370hardware watchpoints, and memory region attributes.
3371
5d6640b1
AC
3372* GDB's version number moved to ``version.in''
3373
3374The Makefile variable VERSION has been replaced by the file
3375``version.in''. People creating GDB distributions should update the
3376contents of this file.
3377
1a1d8446
AC
3378* gdba.el deleted
3379
3380GUD support is now a standard part of the EMACS distribution.
139760b7 3381
9debab2f 3382*** Changes in GDB 5.0:
7a292a7a 3383
c63ce875
EZ
3384* Improved support for debugging FP programs on x86 targets
3385
3386Unified and much-improved support for debugging floating-point
3387programs on all x86 targets. In particular, ``info float'' now
3388displays the FP registers in the same format on all x86 targets, with
3389greater level of detail.
3390
3391* Improvements and bugfixes in hardware-assisted watchpoints
3392
3393It is now possible to watch array elements, struct members, and
3394bitfields with hardware-assisted watchpoints. Data-read watchpoints
3395on x86 targets no longer erroneously trigger when the address is
3396written.
3397
3398* Improvements in the native DJGPP version of GDB
3399
3400The distribution now includes all the scripts and auxiliary files
3401necessary to build the native DJGPP version on MS-DOS/MS-Windows
3402machines ``out of the box''.
3403
3404The DJGPP version can now debug programs that use signals. It is
3405possible to catch signals that happened in the debuggee, deliver
3406signals to it, interrupt it with Ctrl-C, etc. (Previously, a signal
3407would kill the program being debugged.) Programs that hook hardware
3408interrupts (keyboard, timer, etc.) can also be debugged.
3409
3410It is now possible to debug DJGPP programs that redirect their
3411standard handles or switch them to raw (as opposed to cooked) mode, or
3412even close them. The command ``run < foo > bar'' works as expected,
3413and ``info terminal'' reports useful information about the debuggee's
3414terminal, including raw/cooked mode, redirection, etc.
3415
3416The DJGPP version now uses termios functions for console I/O, which
3417enables debugging graphics programs. Interrupting GDB with Ctrl-C
3418also works.
3419
3420DOS-style file names with drive letters are now fully supported by
3421GDB.
3422
3423It is now possible to debug DJGPP programs that switch their working
3424directory. It is also possible to rerun the debuggee any number of
3425times without restarting GDB; thus, you can use the same setup,
3426breakpoints, etc. for many debugging sessions.
3427
ed9a39eb
JM
3428* New native configurations
3429
3430ARM GNU/Linux arm*-*-linux*
afc05dd4 3431PowerPC GNU/Linux powerpc-*-linux*
ed9a39eb 3432
7a292a7a
SS
3433* New targets
3434
96baa820 3435Motorola MCore mcore-*-*
adf40b2e
JM
3436x86 VxWorks i[3456]86-*-vxworks*
3437PowerPC VxWorks powerpc-*-vxworks*
7a292a7a
SS
3438TI TMS320C80 tic80-*-*
3439
085dd6e6
JM
3440* OBSOLETE configurations
3441
3442Altos 3068 m68*-altos-*
3443Convex c1-*-*, c2-*-*
9846de1b 3444Pyramid pyramid-*-*
ed9a39eb 3445ARM RISCix arm-*-* (as host)
104c1213 3446Tahoe tahoe-*-*
7a292a7a 3447
9debab2f
AC
3448Configurations that have been declared obsolete will be commented out,
3449but the code will be left in place. If there is no activity to revive
3450these configurations before the next release of GDB, the sources will
3451be permanently REMOVED.
3452
5330533d
SS
3453* Gould support removed
3454
3455Support for the Gould PowerNode and NP1 has been removed.
3456
bc9e5bbf
AC
3457* New features for SVR4
3458
3459On SVR4 native platforms (such as Solaris), if you attach to a process
3460without first loading a symbol file, GDB will now attempt to locate and
3461load symbols from the running process's executable file.
3462
3463* Many C++ enhancements
3464
3465C++ support has been greatly improved. Overload resolution now works properly
3466in almost all cases. RTTI support is on the way.
3467
adf40b2e
JM
3468* Remote targets can connect to a sub-program
3469
3470A popen(3) style serial-device has been added. This device starts a
3471sub-process (such as a stand-alone simulator) and then communicates
3472with that. The sub-program to run is specified using the syntax
3473``|<program> <args>'' vis:
3474
3475 (gdb) set remotedebug 1
3476 (gdb) target extended-remote |mn10300-elf-sim program-args
3477
43e526b9
JM
3478* MIPS 64 remote protocol
3479
3480A long standing bug in the mips64 remote protocol where by GDB
3481expected certain 32 bit registers (ex SR) to be transfered as 32
3482instead of 64 bits has been fixed.
3483
3484The command ``set remote-mips64-transfers-32bit-regs on'' has been
3485added to provide backward compatibility with older versions of GDB.
3486
96baa820
JM
3487* ``set remotebinarydownload'' replaced by ``set remote X-packet''
3488
3489The command ``set remotebinarydownload'' command has been replaced by
3490``set remote X-packet''. Other commands in ``set remote'' family
3491include ``set remote P-packet''.
3492
11cf8741
JM
3493* Breakpoint commands accept ranges.
3494
3495The breakpoint commands ``enable'', ``disable'', and ``delete'' now
3496accept a range of breakpoints, e.g. ``5-7''. The tracepoint command
3497``tracepoint passcount'' also accepts a range of tracepoints.
3498
7876dd43
DB
3499* ``apropos'' command added.
3500
3501The ``apropos'' command searches through command names and
3502documentation strings, printing out matches, making it much easier to
3503try to find a command that does what you are looking for.
3504
bc9e5bbf
AC
3505* New MI interface
3506
3507A new machine oriented interface (MI) has been added to GDB. This
3508interface is designed for debug environments running GDB as a separate
7162c0ca
EZ
3509process. This is part of the long term libGDB project. See the
3510"GDB/MI" chapter of the GDB manual for further information. It can be
3511enabled by configuring with:
bc9e5bbf
AC
3512
3513 .../configure --enable-gdbmi
3514
c906108c
SS
3515*** Changes in GDB-4.18:
3516
3517* New native configurations
3518
3519HP-UX 10.20 hppa*-*-hpux10.20
3520HP-UX 11.x hppa*-*-hpux11.0*
55241689 3521M68K GNU/Linux m68*-*-linux*
c906108c
SS
3522
3523* New targets
3524
3525Fujitsu FR30 fr30-*-elf*
3526Intel StrongARM strongarm-*-*
3527Mitsubishi D30V d30v-*-*
3528
3529* OBSOLETE configurations
3530
3531Gould PowerNode, NP1 np1-*-*, pn-*-*
3532
3533Configurations that have been declared obsolete will be commented out,
3534but the code will be left in place. If there is no activity to revive
3535these configurations before the next release of GDB, the sources will
3536be permanently REMOVED.
3537
3538* ANSI/ISO C
3539
3540As a compatibility experiment, GDB's source files buildsym.h and
3541buildsym.c have been converted to pure standard C, no longer
3542containing any K&R compatibility code. We believe that all systems in
3543use today either come with a standard C compiler, or have a GCC port
3544available. If this is not true, please report the affected
3545configuration to bug-gdb@gnu.org immediately. See the README file for
3546information about getting a standard C compiler if you don't have one
3547already.
3548
3549* Readline 2.2
3550
3551GDB now uses readline 2.2.
3552
3553* set extension-language
3554
3555You can now control the mapping between filename extensions and source
3556languages by using the `set extension-language' command. For instance,
3557you can ask GDB to treat .c files as C++ by saying
3558 set extension-language .c c++
3559The command `info extensions' lists all of the recognized extensions
3560and their associated languages.
3561
3562* Setting processor type for PowerPC and RS/6000
3563
3564When GDB is configured for a powerpc*-*-* or an rs6000*-*-* target,
3565you can use the `set processor' command to specify what variant of the
3566PowerPC family you are debugging. The command
3567
3568 set processor NAME
3569
3570sets the PowerPC/RS6000 variant to NAME. GDB knows about the
3571following PowerPC and RS6000 variants:
3572
3573 ppc-uisa PowerPC UISA - a PPC processor as viewed by user-level code
3574 rs6000 IBM RS6000 ("POWER") architecture, user-level view
3575 403 IBM PowerPC 403
3576 403GC IBM PowerPC 403GC
3577 505 Motorola PowerPC 505
3578 860 Motorola PowerPC 860 or 850
3579 601 Motorola PowerPC 601
3580 602 Motorola PowerPC 602
3581 603 Motorola/IBM PowerPC 603 or 603e
3582 604 Motorola PowerPC 604 or 604e
3583 750 Motorola/IBM PowerPC 750 or 750
3584
3585At the moment, this command just tells GDB what to name the
3586special-purpose processor registers. Since almost all the affected
3587registers are inaccessible to user-level programs, this command is
3588only useful for remote debugging in its present form.
3589
3590* HP-UX support
3591
3592Thanks to a major code donation from Hewlett-Packard, GDB now has much
3593more extensive support for HP-UX. Added features include shared
3594library support, kernel threads and hardware watchpoints for 11.00,
3595support for HP's ANSI C and C++ compilers, and a compatibility mode
3596for xdb and dbx commands.
3597
3598* Catchpoints
3599
3600HP's donation includes the new concept of catchpoints, which is a
3601generalization of the old catch command. On HP-UX, it is now possible
3602to catch exec, fork, and vfork, as well as library loading.
3603
3604This means that the existing catch command has changed; its first
3605argument now specifies the type of catch to be set up. See the
3606output of "help catch" for a list of catchpoint types.
3607
3608* Debugging across forks
3609
3610On HP-UX, you can choose which process to debug when a fork() happens
3611in the inferior.
3612
3613* TUI
3614
3615HP has donated a curses-based terminal user interface (TUI). To get
3616it, build with --enable-tui. Although this can be enabled for any
3617configuration, at present it only works for native HP debugging.
3618
3619* GDB remote protocol additions
3620
3621A new protocol packet 'X' that writes binary data is now available.
3622Default behavior is to try 'X', then drop back to 'M' if the stub
3623fails to respond. The settable variable `remotebinarydownload'
3624allows explicit control over the use of 'X'.
3625
3626For 64-bit targets, the memory packets ('M' and 'm') can now contain a
3627full 64-bit address. The command
3628
3629 set remoteaddresssize 32
3630
3631can be used to revert to the old behaviour. For existing remote stubs
3632the change should not be noticed, as the additional address information
3633will be discarded.
3634
3635In order to assist in debugging stubs, you may use the maintenance
3636command `packet' to send any text string to the stub. For instance,
3637
3638 maint packet heythere
3639
3640sends the packet "$heythere#<checksum>". Note that it is very easy to
3641disrupt a debugging session by sending the wrong packet at the wrong
3642time.
3643
3644The compare-sections command allows you to compare section data on the
3645target to what is in the executable file without uploading or
3646downloading, by comparing CRC checksums.
3647
3648* Tracing can collect general expressions
3649
3650You may now collect general expressions at tracepoints. This requires
3651further additions to the target-side stub; see tracepoint.c and
3652doc/agentexpr.texi for further details.
3653
3654* mask-address variable for Mips
3655
3656For Mips targets, you may control the zeroing of the upper 32 bits of
3657a 64-bit address by entering `set mask-address on'. This is mainly
3658of interest to users of embedded R4xxx and R5xxx processors.
3659
3660* Higher serial baud rates
3661
3662GDB's serial code now allows you to specify baud rates 57600, 115200,
3663230400, and 460800 baud. (Note that your host system may not be able
3664to achieve all of these rates.)
3665
3666* i960 simulator
3667
3668The i960 configuration now includes an initial implementation of a
3669builtin simulator, contributed by Jim Wilson.
3670
3671
3672*** Changes in GDB-4.17:
3673
3674* New native configurations
3675
3676Alpha GNU/Linux alpha*-*-linux*
3677Unixware 2.x i[3456]86-unixware2*
3678Irix 6.x mips*-sgi-irix6*
3679PowerPC GNU/Linux powerpc-*-linux*
3680PowerPC Solaris powerpcle-*-solaris*
3681Sparc GNU/Linux sparc-*-linux*
3682Motorola sysV68 R3V7.1 m68k-motorola-sysv
3683
3684* New targets
3685
3686Argonaut Risc Chip (ARC) arc-*-*
3687Hitachi H8/300S h8300*-*-*
3688Matsushita MN10200 w/simulator mn10200-*-*
3689Matsushita MN10300 w/simulator mn10300-*-*
3690MIPS NEC VR4100 mips64*vr4100*{,el}-*-elf*
3691MIPS NEC VR5000 mips64*vr5000*{,el}-*-elf*
3692MIPS Toshiba TX39 mips64*tx39*{,el}-*-elf*
3693Mitsubishi D10V w/simulator d10v-*-*
3694Mitsubishi M32R/D w/simulator m32r-*-elf*
3695Tsqware Sparclet sparclet-*-*
3696NEC V850 w/simulator v850-*-*
3697
3698* New debugging protocols
3699
3700ARM with RDI protocol arm*-*-*
3701M68K with dBUG monitor m68*-*-{aout,coff,elf}
3702DDB and LSI variants of PMON protocol mips*-*-*
3703PowerPC with DINK32 monitor powerpc{,le}-*-eabi
3704PowerPC with SDS protocol powerpc{,le}-*-eabi
3705Macraigor OCD (Wiggler) devices powerpc{,le}-*-eabi
3706
3707* DWARF 2
3708
3709All configurations can now understand and use the DWARF 2 debugging
3710format. The choice is automatic, if the symbol file contains DWARF 2
3711information.
3712
3713* Java frontend
3714
3715GDB now includes basic Java language support. This support is
3716only useful with Java compilers that produce native machine code.
3717
3718* solib-absolute-prefix and solib-search-path
3719
3720For SunOS and SVR4 shared libraries, you may now set the prefix for
3721loading absolute shared library symbol files, and the search path for
3722locating non-absolute shared library symbol files.
3723
3724* Live range splitting
3725
3726GDB can now effectively debug code for which GCC has performed live
3727range splitting as part of its optimization. See gdb/doc/LRS for
3728more details on the expected format of the stabs information.
3729
3730* Hurd support
3731
3732GDB's support for the GNU Hurd, including thread debugging, has been
3733updated to work with current versions of the Hurd.
3734
3735* ARM Thumb support
3736
3737GDB's ARM target configuration now handles the ARM7T (Thumb) 16-bit
3738instruction set. ARM GDB automatically detects when Thumb
3739instructions are in use, and adjusts disassembly and backtracing
3740accordingly.
3741
3742* MIPS16 support
3743
3744GDB's MIPS target configurations now handle the MIP16 16-bit
3745instruction set.
3746
3747* Overlay support
3748
3749GDB now includes support for overlays; if an executable has been
3750linked such that multiple sections are based at the same address, GDB
3751will decide which section to use for symbolic info. You can choose to
3752control the decision manually, using overlay commands, or implement
3753additional target-side support and use "overlay load-target" to bring
3754in the overlay mapping. Do "help overlay" for more detail.
3755
3756* info symbol
3757
3758The command "info symbol <address>" displays information about
3759the symbol at the specified address.
3760
3761* Trace support
3762
3763The standard remote protocol now includes an extension that allows
3764asynchronous collection and display of trace data. This requires
3765extensive support in the target-side debugging stub. Tracing mode
3766includes a new interaction mode in GDB and new commands: see the
3767file tracepoint.c for more details.
3768
3769* MIPS simulator
3770
3771Configurations for embedded MIPS now include a simulator contributed
3772by Cygnus Solutions. The simulator supports the instruction sets
3773of most MIPS variants.
3774
3775* Sparc simulator
3776
3777Sparc configurations may now include the ERC32 simulator contributed
3778by the European Space Agency. The simulator is not built into
3779Sparc targets by default; configure with --enable-sim to include it.
3780
3781* set architecture
3782
3783For target configurations that may include multiple variants of a
3784basic architecture (such as MIPS and SH), you may now set the
3785architecture explicitly. "set arch" sets, "info arch" lists
3786the possible architectures.
3787
3788*** Changes in GDB-4.16:
3789
3790* New native configurations
3791
3792Windows 95, x86 Windows NT i[345]86-*-cygwin32
3793M68K NetBSD m68k-*-netbsd*
3794PowerPC AIX 4.x powerpc-*-aix*
3795PowerPC MacOS powerpc-*-macos*
3796PowerPC Windows NT powerpcle-*-cygwin32
3797RS/6000 AIX 4.x rs6000-*-aix4*
3798
3799* New targets
3800
3801ARM with RDP protocol arm-*-*
3802I960 with MON960 i960-*-coff
3803MIPS VxWorks mips*-*-vxworks*
3804MIPS VR4300 with PMON mips64*vr4300{,el}-*-elf*
3805PowerPC with PPCBUG monitor powerpc{,le}-*-eabi*
3806Hitachi SH3 sh-*-*
3807Matra Sparclet sparclet-*-*
3808
3809* PowerPC simulator
3810
3811The powerpc-eabi configuration now includes the PSIM simulator,
3812contributed by Andrew Cagney, with assistance from Mike Meissner.
3813PSIM is a very elaborate model of the PowerPC, including not only
3814basic instruction set execution, but also details of execution unit
3815performance and I/O hardware. See sim/ppc/README for more details.
3816
3817* Solaris 2.5
3818
3819GDB now works with Solaris 2.5.
3820
3821* Windows 95/NT native
3822
3823GDB will now work as a native debugger on Windows 95 and Windows NT.
3824To build it from source, you must use the "gnu-win32" environment,
3825which uses a DLL to emulate enough of Unix to run the GNU tools.
3826Further information, binaries, and sources are available at
3827ftp.cygnus.com, under pub/gnu-win32.
3828
3829* dont-repeat command
3830
3831If a user-defined command includes the command `dont-repeat', then the
3832command will not be repeated if the user just types return. This is
3833useful if the command is time-consuming to run, so that accidental
3834extra keystrokes don't run the same command many times.
3835
3836* Send break instead of ^C
3837
3838The standard remote protocol now includes an option to send a break
3839rather than a ^C to the target in order to interrupt it. By default,
3840GDB will send ^C; to send a break, set the variable `remotebreak' to 1.
3841
3842* Remote protocol timeout
3843
3844The standard remote protocol includes a new variable `remotetimeout'
3845that allows you to set the number of seconds before GDB gives up trying
3846to read from the target. The default value is 2.
3847
3848* Automatic tracking of dynamic object loading (HPUX and Solaris only)
3849
3850By default GDB will automatically keep track of objects as they are
3851loaded and unloaded by the dynamic linker. By using the command `set
3852stop-on-solib-events 1' you can arrange for GDB to stop the inferior
3853when shared library events occur, thus allowing you to set breakpoints
3854in shared libraries which are explicitly loaded by the inferior.
3855
3856Note this feature does not work on hpux8. On hpux9 you must link
3857/usr/lib/end.o into your program. This feature should work
3858automatically on hpux10.
3859
3860* Irix 5.x hardware watchpoint support
3861
3862Irix 5 configurations now support the use of hardware watchpoints.
3863
3864* Mips protocol "SYN garbage limit"
3865
3866When debugging a Mips target using the `target mips' protocol, you
3867may set the number of characters that GDB will ignore by setting
3868the `syn-garbage-limit'. A value of -1 means that GDB will ignore
3869every character. The default value is 1050.
3870
3871* Recording and replaying remote debug sessions
3872
3873If you set `remotelogfile' to the name of a file, gdb will write to it
3874a recording of a remote debug session. This recording may then be
3875replayed back to gdb using "gdbreplay". See gdbserver/README for
3876details. This is useful when you have a problem with GDB while doing
3877remote debugging; you can make a recording of the session and send it
3878to someone else, who can then recreate the problem.
3879
3880* Speedups for remote debugging
3881
3882GDB includes speedups for downloading and stepping MIPS systems using
3883the IDT monitor, fast downloads to the Hitachi SH E7000 emulator,
3884and more efficient S-record downloading.
3885
3886* Memory use reductions and statistics collection
3887
3888GDB now uses less memory and reports statistics about memory usage.
3889Try the `maint print statistics' command, for example.
3890
3891*** Changes in GDB-4.15:
3892
3893* Psymtabs for XCOFF
3894
3895The symbol reader for AIX GDB now uses partial symbol tables. This
3896can greatly improve startup time, especially for large executables.
3897
3898* Remote targets use caching
3899
3900Remote targets now use a data cache to speed up communication with the
3901remote side. The data cache could lead to incorrect results because
3902it doesn't know about volatile variables, thus making it impossible to
3903debug targets which use memory mapped I/O devices. `set remotecache
3904off' turns the the data cache off.
3905
3906* Remote targets may have threads
3907
3908The standard remote protocol now includes support for multiple threads
3909in the target system, using new protocol commands 'H' and 'T'. See
3910gdb/remote.c for details.
3911
3912* NetROM support
3913
3914If GDB is configured with `--enable-netrom', then it will include
3915support for the NetROM ROM emulator from XLNT Designs. The NetROM
3916acts as though it is a bank of ROM on the target board, but you can
3917write into it over the network. GDB's support consists only of
3918support for fast loading into the emulated ROM; to debug, you must use
3919another protocol, such as standard remote protocol. The usual
3920sequence is something like
3921
3922 target nrom <netrom-hostname>
3923 load <prog>
3924 target remote <netrom-hostname>:1235
3925
3926* Macintosh host
3927
3928GDB now includes support for the Apple Macintosh, as a host only. It
3929may be run as either an MPW tool or as a standalone application, and
3930it can debug through the serial port. All the usual GDB commands are
3931available, but to the target command, you must supply "serial" as the
3932device type instead of "/dev/ttyXX". See mpw-README in the main
3933directory for more information on how to build. The MPW configuration
3934scripts */mpw-config.in support only a few targets, and only the
3935mips-idt-ecoff target has been tested.
3936
3937* Autoconf
3938
3939GDB configuration now uses autoconf. This is not user-visible,
3940but does simplify configuration and building.
3941
3942* hpux10
3943
3944GDB now supports hpux10.
3945
3946*** Changes in GDB-4.14:
3947
3948* New native configurations
3949
3950x86 FreeBSD i[345]86-*-freebsd
3951x86 NetBSD i[345]86-*-netbsd
3952NS32k NetBSD ns32k-*-netbsd
3953Sparc NetBSD sparc-*-netbsd
3954
3955* New targets
3956
3957A29K VxWorks a29k-*-vxworks
3958HP PA PRO embedded (WinBond W89K & Oki OP50N) hppa*-*-pro*
3959CPU32 EST-300 emulator m68*-*-est*
3960PowerPC ELF powerpc-*-elf
3961WDC 65816 w65-*-*
3962
3963* Alpha OSF/1 support for procfs
3964
3965GDB now supports procfs under OSF/1-2.x and higher, which makes it
3966possible to attach to running processes. As the mounting of the /proc
3967filesystem is optional on the Alpha, GDB automatically determines
3968the availability of /proc during startup. This can lead to problems
3969if /proc is unmounted after GDB has been started.
3970
3971* Arguments to user-defined commands
3972
3973User commands may accept up to 10 arguments separated by whitespace.
3974Arguments are accessed within the user command via $arg0..$arg9. A
3975trivial example:
3976define adder
3977 print $arg0 + $arg1 + $arg2
3978
3979To execute the command use:
3980adder 1 2 3
3981
3982Defines the command "adder" which prints the sum of its three arguments.
3983Note the arguments are text substitutions, so they may reference variables,
3984use complex expressions, or even perform inferior function calls.
3985
3986* New `if' and `while' commands
3987
3988This makes it possible to write more sophisticated user-defined
3989commands. Both commands take a single argument, which is the
3990expression to evaluate, and must be followed by the commands to
3991execute, one per line, if the expression is nonzero, the list being
3992terminated by the word `end'. The `if' command list may include an
3993`else' word, which causes the following commands to be executed only
3994if the expression is zero.
3995
3996* Fortran source language mode
3997
3998GDB now includes partial support for Fortran 77. It will recognize
3999Fortran programs and can evaluate a subset of Fortran expressions, but
4000variables and functions may not be handled correctly. GDB will work
4001with G77, but does not yet know much about symbols emitted by other
4002Fortran compilers.
4003
4004* Better HPUX support
4005
4006Most debugging facilities now work on dynamic executables for HPPAs
4007running hpux9 or later. You can attach to running dynamically linked
4008processes, but by default the dynamic libraries will be read-only, so
4009for instance you won't be able to put breakpoints in them. To change
4010that behavior do the following before running the program:
4011
4012 adb -w a.out
4013 __dld_flags?W 0x5
4014 control-d
4015
4016This will cause the libraries to be mapped private and read-write.
4017To revert to the normal behavior, do this:
4018
4019 adb -w a.out
4020 __dld_flags?W 0x4
4021 control-d
4022
4023You cannot set breakpoints or examine data in the library until after
4024the library is loaded if the function/data symbols do not have
4025external linkage.
4026
4027GDB can now also read debug symbols produced by the HP C compiler on
4028HPPAs (sorry, no C++, Fortran or 68k support).
4029
4030* Target byte order now dynamically selectable
4031
4032You can choose which byte order to use with a target system, via the
4033commands "set endian big" and "set endian little", and you can see the
4034current setting by using "show endian". You can also give the command
4035"set endian auto", in which case GDB will use the byte order
4036associated with the executable. Currently, only embedded MIPS
4037configurations support dynamic selection of target byte order.
4038
4039* New DOS host serial code
4040
4041This version uses DPMI interrupts to handle buffered I/O, so you
4042no longer need to run asynctsr when debugging boards connected to
4043a PC's serial port.
4044
4045*** Changes in GDB-4.13:
4046
4047* New "complete" command
4048
4049This lists all the possible completions for the rest of the line, if it
4050were to be given as a command itself. This is intended for use by emacs.
4051
4052* Trailing space optional in prompt
4053
4054"set prompt" no longer adds a space for you after the prompt you set. This
4055allows you to set a prompt which ends in a space or one that does not.
4056
4057* Breakpoint hit counts
4058
4059"info break" now displays a count of the number of times the breakpoint
4060has been hit. This is especially useful in conjunction with "ignore"; you
4061can ignore a large number of breakpoint hits, look at the breakpoint info
4062to see how many times the breakpoint was hit, then run again, ignoring one
4063less than that number, and this will get you quickly to the last hit of
4064that breakpoint.
4065
4066* Ability to stop printing at NULL character
4067
4068"set print null-stop" will cause GDB to stop printing the characters of
4069an array when the first NULL is encountered. This is useful when large
4070arrays actually contain only short strings.
4071
4072* Shared library breakpoints
4073
4074In SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can now set
4075breakpoints in shared libraries before the executable is run.
4076
4077* Hardware watchpoints
4078
4079There is a new hardware breakpoint for the watch command for sparclite
4080targets. See gdb/sparclite/hw_breakpoint.note.
4081
55241689 4082Hardware watchpoints are also now supported under GNU/Linux.
c906108c
SS
4083
4084* Annotations
4085
4086Annotations have been added. These are for use with graphical interfaces,
4087and are still experimental. Currently only gdba.el uses these.
4088
4089* Improved Irix 5 support
4090
4091GDB now works properly with Irix 5.2.
4092
4093* Improved HPPA support
4094
4095GDB now works properly with the latest GCC and GAS.
4096
4097* New native configurations
4098
4099Sequent PTX4 i[34]86-sequent-ptx4
4100HPPA running OSF/1 hppa*-*-osf*
4101Atari TT running SVR4 m68*-*-sysv4*
4102RS/6000 LynxOS rs6000-*-lynxos*
4103
4104* New targets
4105
4106OS/9000 i[34]86-*-os9k
4107MIPS R4000 mips64*{,el}-*-{ecoff,elf}
4108Sparc64 sparc64-*-*
4109
4110* Hitachi SH7000 and E7000-PC ICE support
4111
4112There is now support for communicating with the Hitachi E7000-PC ICE.
4113This is available automatically when GDB is configured for the SH.
4114
4115* Fixes
4116
4117As usual, a variety of small fixes and improvements, both generic
4118and configuration-specific. See the ChangeLog for more detail.
4119
4120*** Changes in GDB-4.12:
4121
4122* Irix 5 is now supported
4123
4124* HPPA support
4125
4126GDB-4.12 on the HPPA has a number of changes which make it unable
4127to debug the output from the currently released versions of GCC and
4128GAS (GCC 2.5.8 and GAS-2.2 or PAGAS-1.36). Until the next major release
4129of GCC and GAS, versions of these tools designed to work with GDB-4.12
4130can be retrieved via anonymous ftp from jaguar.cs.utah.edu:/dist.
4131
4132
4133*** Changes in GDB-4.11:
4134
4135* User visible changes:
4136
4137* Remote Debugging
4138
4139The "set remotedebug" option is now consistent between the mips remote
4140target, remote targets using the gdb-specific protocol, UDI (AMD's
4141debug protocol for the 29k) and the 88k bug monitor. It is now an
4142integer specifying a debug level (normally 0 or 1, but 2 means more
4143debugging info for the mips target).
4144
4145* DEC Alpha native support
4146
4147GDB now works on the DEC Alpha. GCC 2.4.5 does not produce usable
4148debug info, but GDB works fairly well with the DEC compiler and should
4149work with a future GCC release. See the README file for a few
4150Alpha-specific notes.
4151
4152* Preliminary thread implementation
4153
4154GDB now has preliminary thread support for both SGI/Irix and LynxOS.
4155
4156* LynxOS native and target support for 386
4157
4158This release has been hosted on LynxOS 2.2, and also can be configured
4159to remotely debug programs running under LynxOS (see gdb/gdbserver/README
4160for details).
4161
4162* Improvements in C++ mangling/demangling.
4163
4164This release has much better g++ debugging, specifically in name
4165mangling/demangling, virtual function calls, print virtual table,
4166call methods, ...etc.
4167
4168*** Changes in GDB-4.10:
4169
4170 * User visible changes:
4171
4172Remote debugging using the GDB-specific (`target remote') protocol now
4173supports the `load' command. This is only useful if you have some
4174other way of getting the stub to the target system, and you can put it
4175somewhere in memory where it won't get clobbered by the download.
4176
4177Filename completion now works.
4178
4179When run under emacs mode, the "info line" command now causes the
4180arrow to point to the line specified. Also, "info line" prints
4181addresses in symbolic form (as well as hex).
4182
4183All vxworks based targets now support a user settable option, called
4184vxworks-timeout. This option represents the number of seconds gdb
4185should wait for responses to rpc's. You might want to use this if
4186your vxworks target is, perhaps, a slow software simulator or happens
4187to be on the far side of a thin network line.
4188
4189 * DEC alpha support
4190
4191This release contains support for using a DEC alpha as a GDB host for
4192cross debugging. Native alpha debugging is not supported yet.
4193
4194
4195*** Changes in GDB-4.9:
4196
4197 * Testsuite
4198
4199This is the first GDB release which is accompanied by a matching testsuite.
4200The testsuite requires installation of dejagnu, which should be available
4201via ftp from most sites that carry GNU software.
4202
4203 * C++ demangling
4204
4205'Cfront' style demangling has had its name changed to 'ARM' style, to
4206emphasize that it was written from the specifications in the C++ Annotated
4207Reference Manual, not necessarily to be compatible with AT&T cfront. Despite
4208disclaimers, it still generated too much confusion with users attempting to
4209use gdb with AT&T cfront.
4210
4211 * Simulators
4212
4213GDB now uses a standard remote interface to a simulator library.
4214So far, the library contains simulators for the Zilog Z8001/2, the
4215Hitachi H8/300, H8/500 and Super-H.
4216
4217 * New targets supported
4218
4219H8/300 simulator h8300-hitachi-hms or h8300hms
4220H8/500 simulator h8500-hitachi-hms or h8500hms
4221SH simulator sh-hitachi-hms or sh
4222Z8000 simulator z8k-zilog-none or z8ksim
4223IDT MIPS board over serial line mips-idt-ecoff
4224
4225Cross-debugging to GO32 targets is supported. It requires a custom
4226version of the i386-stub.c module which is integrated with the
4227GO32 memory extender.
4228
4229 * New remote protocols
4230
4231MIPS remote debugging protocol.
4232
4233 * New source languages supported
4234
4235This version includes preliminary support for Chill, a Pascal like language
4236used by telecommunications companies. Chill support is also being integrated
4237into the GNU compiler, but we don't know when it will be publically available.
4238
4239
4240*** Changes in GDB-4.8:
4241
4242 * HP Precision Architecture supported
4243
4244GDB now supports HP PA-RISC machines running HPUX. A preliminary
4245version of this support was available as a set of patches from the
4246University of Utah. GDB does not support debugging of programs
4247compiled with the HP compiler, because HP will not document their file
4248format. Instead, you must use GCC (version 2.3.2 or later) and PA-GAS
4249(as available from jaguar.cs.utah.edu:/dist/pa-gas.u4.tar.Z).
4250
4251Many problems in the preliminary version have been fixed.
4252
4253 * Faster and better demangling
4254
4255We have improved template demangling and fixed numerous bugs in the GNU style
4256demangler. It can now handle type modifiers such as `static' or `const'. Wide
4257character types (wchar_t) are now supported. Demangling of each symbol is now
4258only done once, and is cached when the symbol table for a file is read in.
4259This results in a small increase in memory usage for C programs, a moderate
4260increase in memory usage for C++ programs, and a fantastic speedup in
4261symbol lookups.
4262
4263`Cfront' style demangling still doesn't work with AT&T cfront. It was written
4264from the specifications in the Annotated Reference Manual, which AT&T's
4265compiler does not actually implement.
4266
4267 * G++ multiple inheritance compiler problem
4268
4269In the 2.3.2 release of gcc/g++, how the compiler resolves multiple
4270inheritance lattices was reworked to properly discover ambiguities. We
4271recently found an example which causes this new algorithm to fail in a
4272very subtle way, producing bad debug information for those classes.
4273The file 'gcc.patch' (in this directory) can be applied to gcc to
4274circumvent the problem. A future GCC release will contain a complete
4275fix.
4276
4277The previous G++ debug info problem (mentioned below for the gdb-4.7
4278release) is fixed in gcc version 2.3.2.
4279
4280 * Improved configure script
4281
4282The `configure' script will now attempt to guess your system type if
4283you don't supply a host system type. The old scheme of supplying a
4284host system triplet is preferable over using this. All the magic is
4285done in the new `config.guess' script. Examine it for details.
4286
4287We have also brought our configure script much more in line with the FSF's
4288version. It now supports the --with-xxx options. In particular,
4289`--with-minimal-bfd' can be used to make the GDB binary image smaller.
4290The resulting GDB will not be able to read arbitrary object file formats --
4291only the format ``expected'' to be used on the configured target system.
4292We hope to make this the default in a future release.
4293
4294 * Documentation improvements
4295
4296There's new internal documentation on how to modify GDB, and how to
4297produce clean changes to the code. We implore people to read it
4298before submitting changes.
4299
4300The GDB manual uses new, sexy Texinfo conditionals, rather than arcane
4301M4 macros. The new texinfo.tex is provided in this release. Pre-built
4302`info' files are also provided. To build `info' files from scratch,
4303you will need the latest `makeinfo' release, which will be available in
4304a future texinfo-X.Y release.
4305
4306*NOTE* The new texinfo.tex can cause old versions of TeX to hang.
4307We're not sure exactly which versions have this problem, but it has
4308been seen in 3.0. We highly recommend upgrading to TeX version 3.141
4309or better. If that isn't possible, there is a patch in
4310`texinfo/tex3patch' that will modify `texinfo/texinfo.tex' to work
4311around this problem.
4312
4313 * New features
4314
4315GDB now supports array constants that can be used in expressions typed in by
4316the user. The syntax is `{element, element, ...}'. Ie: you can now type
4317`print {1, 2, 3}', and it will build up an array in memory malloc'd in
4318the target program.
4319
4320The new directory `gdb/sparclite' contains a program that demonstrates
4321how the sparc-stub.c remote stub runs on a Fujitsu SPARClite processor.
4322
4323 * New native hosts supported
4324
4325HP/PA-RISC under HPUX using GNU tools hppa1.1-hp-hpux
4326386 CPUs running SCO Unix 3.2v4 i386-unknown-sco3.2v4
4327
4328 * New targets supported
4329
4330AMD 29k family via UDI a29k-amd-udi or udi29k
4331
4332 * New file formats supported
4333
4334BFD now supports reading HP/PA-RISC executables (SOM file format?),
4335HPUX core files, and SCO 3.2v2 core files.
4336
4337 * Major bug fixes
4338
4339Attaching to processes now works again; thanks for the many bug reports.
4340
4341We have also stomped on a bunch of core dumps caused by
4342printf_filtered("%s") problems.
4343
4344We eliminated a copyright problem on the rpc and ptrace header files
4345for VxWorks, which was discovered at the last minute during the 4.7
4346release. You should now be able to build a VxWorks GDB.
4347
4348You can now interrupt gdb while an attached process is running. This
4349will cause the attached process to stop, and give control back to GDB.
4350
4351We fixed problems caused by using too many file descriptors
4352for reading symbols from object files and libraries. This was
4353especially a problem for programs that used many (~100) shared
4354libraries.
4355
4356The `step' command now only enters a subroutine if there is line number
4357information for the subroutine. Otherwise it acts like the `next'
4358command. Previously, `step' would enter subroutines if there was
4359any debugging information about the routine. This avoids problems
4360when using `cc -g1' on MIPS machines.
4361
4362 * Internal improvements
4363
4364GDB's internal interfaces have been improved to make it easier to support
4365debugging of multiple languages in the future.
4366
4367GDB now uses a common structure for symbol information internally.
4368Minimal symbols (derived from linkage symbols in object files), partial
4369symbols (from a quick scan of debug information), and full symbols
4370contain a common subset of information, making it easier to write
4371shared code that handles any of them.
4372
4373 * New command line options
4374
4375We now accept --silent as an alias for --quiet.
4376
4377 * Mmalloc licensing
4378
4379The memory-mapped-malloc library is now licensed under the GNU Library
4380General Public License.
4381
4382*** Changes in GDB-4.7:
4383
4384 * Host/native/target split
4385
4386GDB has had some major internal surgery to untangle the support for
4387hosts and remote targets. Now, when you configure GDB for a remote
4388target, it will no longer load in all of the support for debugging
4389local programs on the host. When fully completed and tested, this will
4390ensure that arbitrary host/target combinations are possible.
4391
4392The primary conceptual shift is to separate the non-portable code in
4393GDB into three categories. Host specific code is required any time GDB
4394is compiled on that host, regardless of the target. Target specific
4395code relates to the peculiarities of the target, but can be compiled on
4396any host. Native specific code is everything else: it can only be
4397built when the host and target are the same system. Child process
4398handling and core file support are two common `native' examples.
4399
4400GDB's use of /proc for controlling Unix child processes is now cleaner.
4401It has been split out into a single module under the `target_ops' vector,
4402plus two native-dependent functions for each system that uses /proc.
4403
4404 * New hosts supported
4405
4406HP/Apollo 68k (under the BSD domain) m68k-apollo-bsd or apollo68bsd
4407386 CPUs running various BSD ports i386-unknown-bsd or 386bsd
4408386 CPUs running SCO Unix i386-unknown-scosysv322 or i386sco
4409
4410 * New targets supported
4411
4412Fujitsu SPARClite sparclite-fujitsu-none or sparclite
441368030 and CPU32 m68030-*-*, m68332-*-*
4414
4415 * New native hosts supported
4416
4417386 CPUs running various BSD ports i386-unknown-bsd or 386bsd
4418 (386bsd is not well tested yet)
4419386 CPUs running SCO Unix i386-unknown-scosysv322 or sco
4420
4421 * New file formats supported
4422
4423BFD now supports COFF files for the Zilog Z8000 microprocessor. It
4424supports reading of `a.out.adobe' object files, which are an a.out
4425format extended with minimal information about multiple sections.
4426
4427 * New commands
4428
4429`show copying' is the same as the old `info copying'.
4430`show warranty' is the same as `info warrantee'.
4431These were renamed for consistency. The old commands continue to work.
4432
4433`info handle' is a new alias for `info signals'.
4434
4435You can now define pre-command hooks, which attach arbitrary command
4436scripts to any command. The commands in the hook will be executed
4437prior to the user's command. You can also create a hook which will be
4438executed whenever the program stops. See gdb.texinfo.
4439
4440 * C++ improvements
4441
4442We now deal with Cfront style name mangling, and can even extract type
4443info from mangled symbols. GDB can automatically figure out which
4444symbol mangling style your C++ compiler uses.
4445
4446Calling of methods and virtual functions has been improved as well.
4447
4448 * Major bug fixes
4449
4450The crash that occured when debugging Sun Ansi-C compiled binaries is
4451fixed. This was due to mishandling of the extra N_SO stabs output
4452by the compiler.
4453
4454We also finally got Ultrix 4.2 running in house, and fixed core file
4455support, with help from a dozen people on the net.
4456
4457John M. Farrell discovered that the reason that single-stepping was so
4458slow on all of the Mips based platforms (primarily SGI and DEC) was
4459that we were trying to demangle and lookup a symbol used for internal
4460purposes on every instruction that was being stepped through. Changing
4461the name of that symbol so that it couldn't be mistaken for a C++
4462mangled symbol sped things up a great deal.
4463
4464Rich Pixley sped up symbol lookups in general by getting much smarter
4465about when C++ symbol mangling is necessary. This should make symbol
4466completion (TAB on the command line) much faster. It's not as fast as
4467we'd like, but it's significantly faster than gdb-4.6.
4468
4469 * AMD 29k support
4470
4471A new user controllable variable 'call_scratch_address' can
4472specify the location of a scratch area to be used when GDB
4473calls a function in the target. This is necessary because the
4474usual method of putting the scratch area on the stack does not work
4475in systems that have separate instruction and data spaces.
4476
4477We integrated changes to support the 29k UDI (Universal Debugger
4478Interface), but discovered at the last minute that we didn't have all
4479of the appropriate copyright paperwork. We are working with AMD to
4480resolve this, and hope to have it available soon.
4481
4482 * Remote interfaces
4483
4484We have sped up the remote serial line protocol, especially for targets
4485with lots of registers. It now supports a new `expedited status' ('T')
4486message which can be used in place of the existing 'S' status message.
4487This allows the remote stub to send only the registers that GDB
4488needs to make a quick decision about single-stepping or conditional
4489breakpoints, eliminating the need to fetch the entire register set for
4490each instruction being stepped through.
4491
4492The GDB remote serial protocol now implements a write-through cache for
4493registers, only re-reading the registers if the target has run.
4494
4495There is also a new remote serial stub for SPARC processors. You can
4496find it in gdb-4.7/gdb/sparc-stub.c. This was written to support the
4497Fujitsu SPARClite processor, but will run on any stand-alone SPARC
4498processor with a serial port.
4499
4500 * Configuration
4501
4502Configure.in files have become much easier to read and modify. A new
4503`table driven' format makes it more obvious what configurations are
4504supported, and what files each one uses.
4505
4506 * Library changes
4507
4508There is a new opcodes library which will eventually contain all of the
4509disassembly routines and opcode tables. At present, it only contains
4510Sparc and Z8000 routines. This will allow the assembler, debugger, and
4511disassembler (binutils/objdump) to share these routines.
4512
4513The libiberty library is now copylefted under the GNU Library General
4514Public License. This allows more liberal use, and was done so libg++
4515can use it. This makes no difference to GDB, since the Library License
4516grants all the rights from the General Public License.
4517
4518 * Documentation
4519
4520The file gdb-4.7/gdb/doc/stabs.texinfo is a (relatively) complete
4521reference to the stabs symbol info used by the debugger. It is (as far
4522as we know) the only published document on this fascinating topic. We
4523encourage you to read it, compare it to the stabs information on your
4524system, and send improvements on the document in general (to
4525bug-gdb@prep.ai.mit.edu).
4526
4527And, of course, many bugs have been fixed.
4528
4529
4530*** Changes in GDB-4.6:
4531
4532 * Better support for C++ function names
4533
4534GDB now accepts as input the "demangled form" of C++ overloaded function
4535names and member function names, and can do command completion on such names
4536(using TAB, TAB-TAB, and ESC-?). The names have to be quoted with a pair of
4537single quotes. Examples are 'func (int, long)' and 'obj::operator==(obj&)'.
4538Make use of command completion, it is your friend.
4539
4540GDB also now accepts a variety of C++ mangled symbol formats. They are
4541the GNU g++ style, the Cfront (ARM) style, and the Lucid (lcc) style.
4542You can tell GDB which format to use by doing a 'set demangle-style {gnu,
4543lucid, cfront, auto}'. 'gnu' is the default. Do a 'set demangle-style foo'
4544for the list of formats.
4545
4546 * G++ symbol mangling problem
4547
4548Recent versions of gcc have a bug in how they emit debugging information for
4549C++ methods (when using dbx-style stabs). The file 'gcc.patch' (in this
4550directory) can be applied to gcc to fix the problem. Alternatively, if you
4551can't fix gcc, you can #define GCC_MANGLE_BUG when compling gdb/symtab.c. The
4552usual symptom is difficulty with setting breakpoints on methods. GDB complains
4553about the method being non-existent. (We believe that version 2.2.2 of GCC has
4554this problem.)
4555
4556 * New 'maintenance' command
4557
4558All of the commands related to hacking GDB internals have been moved out of
4559the main command set, and now live behind the 'maintenance' command. This
4560can also be abbreviated as 'mt'. The following changes were made:
4561
4562 dump-me -> maintenance dump-me
4563 info all-breakpoints -> maintenance info breakpoints
4564 printmsyms -> maintenance print msyms
4565 printobjfiles -> maintenance print objfiles
4566 printpsyms -> maintenance print psymbols
4567 printsyms -> maintenance print symbols
4568
4569The following commands are new:
4570
4571 maintenance demangle Call internal GDB demangler routine to
4572 demangle a C++ link name and prints the result.
4573 maintenance print type Print a type chain for a given symbol
4574
4575 * Change to .gdbinit file processing
4576
4577We now read the $HOME/.gdbinit file before processing the argv arguments
4578(e.g. reading symbol files or core files). This allows global parameters to
4579be set, which will apply during the symbol reading. The ./.gdbinit is still
4580read after argv processing.
4581
4582 * New hosts supported
4583
4584Solaris-2.0 !!! sparc-sun-solaris2 or sun4sol2
4585
55241689 4586GNU/Linux support i386-unknown-linux or linux
c906108c
SS
4587
4588We are also including code to support the HP/PA running BSD and HPUX. This
4589is almost guaranteed not to work, as we didn't have time to test or build it
4590for this release. We are including it so that the more adventurous (or
4591masochistic) of you can play with it. We also had major problems with the
4592fact that the compiler that we got from HP doesn't support the -g option.
4593It costs extra.
4594
4595 * New targets supported
4596
4597Hitachi H8/300 h8300-hitachi-hms or h8300hms
4598
4599 * More smarts about finding #include files
4600
4601GDB now remembers the compilation directory for all include files, and for
4602all files from which C is generated (like yacc and lex sources). This
4603greatly improves GDB's ability to find yacc/lex sources, and include files,
4604especially if you are debugging your program from a directory different from
4605the one that contains your sources.
4606
4607We also fixed a bug which caused difficulty with listing and setting
4608breakpoints in include files which contain C code. (In the past, you had to
4609try twice in order to list an include file that you hadn't looked at before.)
4610
4611 * Interesting infernals change
4612
4613GDB now deals with arbitrary numbers of sections, where the symbols for each
4614section must be relocated relative to that section's landing place in the
4615target's address space. This work was needed to support ELF with embedded
4616stabs used by Solaris-2.0.
4617
4618 * Bug fixes (of course!)
4619
4620There have been loads of fixes for the following things:
4621 mips, rs6000, 29k/udi, m68k, g++, type handling, elf/dwarf, m88k,
4622 i960, stabs, DOS(GO32), procfs, etc...
4623
4624See the ChangeLog for details.
4625
4626*** Changes in GDB-4.5:
4627
4628 * New machines supported (host and target)
4629
4630IBM RS6000 running AIX rs6000-ibm-aix or rs6000
4631
4632SGI Irix-4.x mips-sgi-irix4 or iris4
4633
4634 * New malloc package
4635
4636GDB now uses a new memory manager called mmalloc, based on gmalloc.
4637Mmalloc is capable of handling mutiple heaps of memory. It is also
4638capable of saving a heap to a file, and then mapping it back in later.
4639This can be used to greatly speedup the startup of GDB by using a
4640pre-parsed symbol table which lives in a mmalloc managed heap. For
4641more details, please read mmalloc/mmalloc.texi.
4642
4643 * info proc
4644
4645The 'info proc' command (SVR4 only) has been enhanced quite a bit. See
4646'help info proc' for details.
4647
4648 * MIPS ecoff symbol table format
4649
4650The code that reads MIPS symbol table format is now supported on all hosts.
4651Thanks to MIPS for releasing the sym.h and symconst.h files to make this
4652possible.
4653
4654 * File name changes for MS-DOS
4655
4656Many files in the config directories have been renamed to make it easier to
4657support GDB on MS-DOSe systems (which have very restrictive file name
4658conventions :-( ). MS-DOSe host support (under DJ Delorie's GO32
4659environment) is close to working but has some remaining problems. Note
4660that debugging of DOS programs is not supported, due to limitations
4661in the ``operating system'', but it can be used to host cross-debugging.
4662
4663 * Cross byte order fixes
4664
4665Many fixes have been made to support cross debugging of Sparc and MIPS
4666targets from hosts whose byte order differs.
4667
4668 * New -mapped and -readnow options
4669
4670If memory-mapped files are available on your system through the 'mmap'
4671system call, you can use the -mapped option on the `file' or
4672`symbol-file' commands to cause GDB to write the symbols from your
4673program into a reusable file. If the program you are debugging is
4674called `/path/fred', the mapped symbol file will be `./fred.syms'.
4675Future GDB debugging sessions will notice the presence of this file,
4676and will quickly map in symbol information from it, rather than reading
4677the symbol table from the executable program. Using the '-mapped'
4678option in a GDB `file' or `symbol-file' command has the same effect as
4679starting GDB with the '-mapped' command-line option.
4680
4681You can cause GDB to read the entire symbol table immediately by using
4682the '-readnow' option with any of the commands that load symbol table
4683information (or on the GDB command line). This makes the command
4684slower, but makes future operations faster.
4685
4686The -mapped and -readnow options are typically combined in order to
4687build a `fred.syms' file that contains complete symbol information.
4688A simple GDB invocation to do nothing but build a `.syms' file for future
4689use is:
4690
4691 gdb -batch -nx -mapped -readnow programname
4692
4693The `.syms' file is specific to the host machine on which GDB is run.
4694It holds an exact image of GDB's internal symbol table. It cannot be
4695shared across multiple host platforms.
4696
4697 * longjmp() handling
4698
4699GDB is now capable of stepping and nexting over longjmp(), _longjmp(), and
4700siglongjmp() without losing control. This feature has not yet been ported to
4701all systems. It currently works on many 386 platforms, all MIPS-based
4702platforms (SGI, DECstation, etc), and Sun3/4.
4703
4704 * Solaris 2.0
4705
4706Preliminary work has been put in to support the new Solaris OS from Sun. At
4707this time, it can control and debug processes, but it is not capable of
4708reading symbols.
4709
4710 * Bug fixes
4711
4712As always, many many bug fixes. The major areas were with g++, and mipsread.
4713People using the MIPS-based platforms should experience fewer mysterious
4714crashes and trashed symbol tables.
4715
4716*** Changes in GDB-4.4:
4717
4718 * New machines supported (host and target)
4719
4720SCO Unix on i386 IBM PC clones i386-sco-sysv or i386sco
4721 (except core files)
4722BSD Reno on Vax vax-dec-bsd
4723Ultrix on Vax vax-dec-ultrix
4724
4725 * New machines supported (target)
4726
4727AMD 29000 embedded, using EBMON a29k-none-none
4728
4729 * C++ support
4730
4731GDB continues to improve its handling of C++. `References' work better.
4732The demangler has also been improved, and now deals with symbols mangled as
4733per the Annotated C++ Reference Guide.
4734
4735GDB also now handles `stabs' symbol information embedded in MIPS
4736`ecoff' symbol tables. Since the ecoff format was not easily
4737extensible to handle new languages such as C++, this appeared to be a
4738good way to put C++ debugging info into MIPS binaries. This option
4739will be supported in the GNU C compiler, version 2, when it is
4740released.
4741
4742 * New features for SVR4
4743
4744GDB now handles SVR4 shared libraries, in the same fashion as SunOS
4745shared libraries. Debugging dynamically linked programs should present
4746only minor differences from debugging statically linked programs.
4747
4748The `info proc' command will print out information about any process
4749on an SVR4 system (including the one you are debugging). At the moment,
4750it prints the address mappings of the process.
4751
4752If you bring up GDB on another SVR4 system, please send mail to
4753bug-gdb@prep.ai.mit.edu to let us know what changes were reqired (if any).
4754
4755 * Better dynamic linking support in SunOS
4756
4757Reading symbols from shared libraries which contain debugging symbols
4758now works properly. However, there remain issues such as automatic
4759skipping of `transfer vector' code during function calls, which
4760make it harder to debug code in a shared library, than to debug the
4761same code linked statically.
4762
4763 * New Getopt
4764
4765GDB is now using the latest `getopt' routines from the FSF. This
4766version accepts the -- prefix for options with long names. GDB will
4767continue to accept the old forms (-option and +option) as well.
4768Various single letter abbreviations for options have been explicity
4769added to the option table so that they won't get overshadowed in the
4770future by other options that begin with the same letter.
4771
4772 * Bugs fixed
4773
4774The `cleanup_undefined_types' bug that many of you noticed has been squashed.
4775Many assorted bugs have been handled. Many more remain to be handled.
4776See the various ChangeLog files (primarily in gdb and bfd) for details.
4777
4778
4779*** Changes in GDB-4.3:
4780
4781 * New machines supported (host and target)
4782
4783Amiga 3000 running Amix m68k-cbm-svr4 or amix
4784NCR 3000 386 running SVR4 i386-ncr-svr4 or ncr3000
4785Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88
4786
4787 * Almost SCO Unix support
4788
4789We had hoped to support:
4790SCO Unix on i386 IBM PC clones i386-sco-sysv or i386sco
4791(except for core file support), but we discovered very late in the release
4792that it has problems with process groups that render gdb unusable. Sorry
4793about that. I encourage people to fix it and post the fixes.
4794
4795 * Preliminary ELF and DWARF support
4796
4797GDB can read ELF object files on System V Release 4, and can handle
4798debugging records for C, in DWARF format, in ELF files. This support
4799is preliminary. If you bring up GDB on another SVR4 system, please
4800send mail to bug-gdb@prep.ai.mit.edu to let us know what changes were
4801reqired (if any).
4802
4803 * New Readline
4804
4805GDB now uses the latest `readline' library. One user-visible change
4806is that two tabs will list possible command completions, which previously
4807required typing M-? (meta-question mark, or ESC ?).
4808
4809 * Bugs fixed
4810
4811The `stepi' bug that many of you noticed has been squashed.
4812Many bugs in C++ have been handled. Many more remain to be handled.
4813See the various ChangeLog files (primarily in gdb and bfd) for details.
4814
4815 * State of the MIPS world (in case you wondered):
4816
4817GDB can understand the symbol tables emitted by the compilers
4818supplied by most vendors of MIPS-based machines, including DEC. These
4819symbol tables are in a format that essentially nobody else uses.
4820
4821Some versions of gcc come with an assembler post-processor called
4822mips-tfile. This program is required if you want to do source-level
4823debugging of gcc-compiled programs. I believe FSF does not ship
4824mips-tfile with gcc version 1, but it will eventually come with gcc
4825version 2.
4826
4827Debugging of g++ output remains a problem. g++ version 1.xx does not
4828really support it at all. (If you're lucky, you should be able to get
4829line numbers and stack traces to work, but no parameters or local
4830variables.) With some work it should be possible to improve the
4831situation somewhat.
4832
4833When gcc version 2 is released, you will have somewhat better luck.
4834However, even then you will get confusing results for inheritance and
4835methods.
4836
4837We will eventually provide full debugging of g++ output on
4838DECstations. This will probably involve some kind of stabs-in-ecoff
4839encapulation, but the details have not been worked out yet.
4840
4841
4842*** Changes in GDB-4.2:
4843
4844 * Improved configuration
4845
4846Only one copy of `configure' exists now, and it is not self-modifying.
4847Porting BFD is simpler.
4848
4849 * Stepping improved
4850
4851The `step' and `next' commands now only stop at the first instruction
4852of a source line. This prevents the multiple stops that used to occur
4853in switch statements, for-loops, etc. `Step' continues to stop if a
4854function that has debugging information is called within the line.
4855
4856 * Bug fixing
4857
4858Lots of small bugs fixed. More remain.
4859
4860 * New host supported (not target)
4861
4862Intel 386 PC clone running Mach i386-none-mach
4863
4864
4865*** Changes in GDB-4.1:
4866
4867 * Multiple source language support
4868
4869GDB now has internal scaffolding to handle several source languages.
4870It determines the type of each source file from its filename extension,
4871and will switch expression parsing and number formatting to match the
4872language of the function in the currently selected stack frame.
4873You can also specifically set the language to be used, with
4874`set language c' or `set language modula-2'.
4875
4876 * GDB and Modula-2
4877
4878GDB now has preliminary support for the GNU Modula-2 compiler,
4879currently under development at the State University of New York at
4880Buffalo. Development of both GDB and the GNU Modula-2 compiler will
4881continue through the fall of 1991 and into 1992.
4882
4883Other Modula-2 compilers are currently not supported, and attempting to
4884debug programs compiled with them will likely result in an error as the
4885symbol table is read. Feel free to work on it, though!
4886
4887There are hooks in GDB for strict type checking and range checking,
4888in the `Modula-2 philosophy', but they do not currently work.
4889
4890 * set write on/off
4891
4892GDB can now write to executable and core files (e.g. patch
4893a variable's value). You must turn this switch on, specify
4894the file ("exec foo" or "core foo"), *then* modify it, e.g.
4895by assigning a new value to a variable. Modifications take
4896effect immediately.
4897
4898 * Automatic SunOS shared library reading
4899
4900When you run your program, GDB automatically determines where its
4901shared libraries (if any) have been loaded, and reads their symbols.
4902The `share' command is no longer needed. This also works when
4903examining core files.
4904
4905 * set listsize
4906
4907You can specify the number of lines that the `list' command shows.
4908The default is 10.
4909
4910 * New machines supported (host and target)
4911
4912SGI Iris (MIPS) running Irix V3: mips-sgi-irix or iris
4913Sony NEWS (68K) running NEWSOS 3.x: m68k-sony-sysv or news
4914Ultracomputer (29K) running Sym1: a29k-nyu-sym1 or ultra3
4915
4916 * New hosts supported (not targets)
4917
4918IBM RT/PC: romp-ibm-aix or rtpc
4919
4920 * New targets supported (not hosts)
4921
4922AMD 29000 embedded with COFF a29k-none-coff
4923AMD 29000 embedded with a.out a29k-none-aout
4924Ultracomputer remote kernel debug a29k-nyu-kern
4925
4926 * New remote interfaces
4927
4928AMD 29000 Adapt
4929AMD 29000 Minimon
4930
4931
4932*** Changes in GDB-4.0:
4933
4934 * New Facilities
4935
4936Wide output is wrapped at good places to make the output more readable.
4937
4938Gdb now supports cross-debugging from a host machine of one type to a
4939target machine of another type. Communication with the target system
4940is over serial lines. The ``target'' command handles connecting to the
4941remote system; the ``load'' command will download a program into the
4942remote system. Serial stubs for the m68k and i386 are provided. Gdb
4943also supports debugging of realtime processes running under VxWorks,
4944using SunRPC Remote Procedure Calls over TCP/IP to talk to a debugger
4945stub on the target system.
4946
4947New CPUs supported include the AMD 29000 and Intel 960.
4948
4949GDB now reads object files and symbol tables via a ``binary file''
4950library, which allows a single copy of GDB to debug programs of multiple
4951object file types such as a.out and coff.
4952
4953There is now a GDB reference card in "doc/refcard.tex". (Make targets
4954refcard.dvi and refcard.ps are available to format it).
4955
4956
4957 * Control-Variable user interface simplified
4958
4959All variables that control the operation of the debugger can be set
4960by the ``set'' command, and displayed by the ``show'' command.
4961
4962For example, ``set prompt new-gdb=>'' will change your prompt to new-gdb=>.
4963``Show prompt'' produces the response:
4964Gdb's prompt is new-gdb=>.
4965
4966What follows are the NEW set commands. The command ``help set'' will
4967print a complete list of old and new set commands. ``help set FOO''
4968will give a longer description of the variable FOO. ``show'' will show
4969all of the variable descriptions and their current settings.
4970
4971confirm on/off: Enables warning questions for operations that are
4972 hard to recover from, e.g. rerunning the program while
4973 it is already running. Default is ON.
4974
4975editing on/off: Enables EMACS style command line editing
4976 of input. Previous lines can be recalled with
4977 control-P, the current line can be edited with control-B,
4978 you can search for commands with control-R, etc.
4979 Default is ON.
4980
4981history filename NAME: NAME is where the gdb command history
4982 will be stored. The default is .gdb_history,
4983 or the value of the environment variable
4984 GDBHISTFILE.
4985
4986history size N: The size, in commands, of the command history. The
4987 default is 256, or the value of the environment variable
4988 HISTSIZE.
4989
4990history save on/off: If this value is set to ON, the history file will
4991 be saved after exiting gdb. If set to OFF, the
4992 file will not be saved. The default is OFF.
4993
4994history expansion on/off: If this value is set to ON, then csh-like
4995 history expansion will be performed on
4996 command line input. The default is OFF.
4997
4998radix N: Sets the default radix for input and output. It can be set
4999 to 8, 10, or 16. Note that the argument to "radix" is interpreted
5000 in the current radix, so "set radix 10" is always a no-op.
5001
5002height N: This integer value is the number of lines on a page. Default
5003 is 24, the current `stty rows'' setting, or the ``li#''
5004 setting from the termcap entry matching the environment
5005 variable TERM.
5006
5007width N: This integer value is the number of characters on a line.
5008 Default is 80, the current `stty cols'' setting, or the ``co#''
5009 setting from the termcap entry matching the environment
5010 variable TERM.
5011
5012Note: ``set screensize'' is obsolete. Use ``set height'' and
5013``set width'' instead.
5014
5015print address on/off: Print memory addresses in various command displays,
5016 such as stack traces and structure values. Gdb looks
5017 more ``symbolic'' if you turn this off; it looks more
5018 ``machine level'' with it on. Default is ON.
5019
5020print array on/off: Prettyprint arrays. New convenient format! Default
5021 is OFF.
5022
5023print demangle on/off: Print C++ symbols in "source" form if on,
5024 "raw" form if off.
5025
5026print asm-demangle on/off: Same, for assembler level printouts
5027 like instructions.
5028
5029print vtbl on/off: Prettyprint C++ virtual function tables. Default is OFF.
5030
5031
5032 * Support for Epoch Environment.
5033
5034The epoch environment is a version of Emacs v18 with windowing. One
5035new command, ``inspect'', is identical to ``print'', except that if you
5036are running in the epoch environment, the value is printed in its own
5037window.
5038
5039
5040 * Support for Shared Libraries
5041
5042GDB can now debug programs and core files that use SunOS shared libraries.
5043Symbols from a shared library cannot be referenced
5044before the shared library has been linked with the program (this
5045happens after you type ``run'' and before the function main() is entered).
5046At any time after this linking (including when examining core files
5047from dynamically linked programs), gdb reads the symbols from each
5048shared library when you type the ``sharedlibrary'' command.
5049It can be abbreviated ``share''.
5050
5051sharedlibrary REGEXP: Load shared object library symbols for files
5052 matching a unix regular expression. No argument
5053 indicates to load symbols for all shared libraries.
5054
5055info sharedlibrary: Status of loaded shared libraries.
5056
5057
5058 * Watchpoints
5059
5060A watchpoint stops execution of a program whenever the value of an
5061expression changes. Checking for this slows down execution
5062tremendously whenever you are in the scope of the expression, but is
5063quite useful for catching tough ``bit-spreader'' or pointer misuse
5064problems. Some machines such as the 386 have hardware for doing this
5065more quickly, and future versions of gdb will use this hardware.
5066
5067watch EXP: Set a watchpoint (breakpoint) for an expression.
5068
5069info watchpoints: Information about your watchpoints.
5070
5071delete N: Deletes watchpoint number N (same as breakpoints).
5072disable N: Temporarily turns off watchpoint number N (same as breakpoints).
5073enable N: Re-enables watchpoint number N (same as breakpoints).
5074
5075
5076 * C++ multiple inheritance
5077
5078When used with a GCC version 2 compiler, GDB supports multiple inheritance
5079for C++ programs.
5080
5081 * C++ exception handling
5082
5083Gdb now supports limited C++ exception handling. Besides the existing
5084ability to breakpoint on an exception handler, gdb can breakpoint on
5085the raising of an exception (before the stack is peeled back to the
5086handler's context).
5087
5088catch FOO: If there is a FOO exception handler in the dynamic scope,
5089 set a breakpoint to catch exceptions which may be raised there.
5090 Multiple exceptions (``catch foo bar baz'') may be caught.
5091
5092info catch: Lists all exceptions which may be caught in the
5093 current stack frame.
5094
5095
5096 * Minor command changes
5097
5098The command ``call func (arg, arg, ...)'' now acts like the print
5099command, except it does not print or save a value if the function's result
5100is void. This is similar to dbx usage.
5101
5102The ``up'' and ``down'' commands now always print the frame they end up
5103at; ``up-silently'' and `down-silently'' can be used in scripts to change
5104frames without printing.
5105
5106 * New directory command
5107
5108'dir' now adds directories to the FRONT of the source search path.
5109The path starts off empty. Source files that contain debug information
5110about the directory in which they were compiled can be found even
5111with an empty path; Sun CC and GCC include this information. If GDB can't
5112find your source file in the current directory, type "dir .".
5113
5114 * Configuring GDB for compilation
5115
5116For normal use, type ``./configure host''. See README or gdb.texinfo
5117for more details.
5118
5119GDB now handles cross debugging. If you are remotely debugging between
5120two different machines, type ``./configure host -target=targ''.
5121Host is the machine where GDB will run; targ is the machine
5122where the program that you are debugging will run.
This page took 0.971767 seconds and 4 git commands to generate.