mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 22:34:14 +08:00
NEWS file update
This commit is contained in:
9
gdb/NEWS
9
gdb/NEWS
@ -9,6 +9,9 @@ On SVR4 native platforms (such as Solaris), if you attach to a process
|
|||||||
without first loading a symbol file, GDB will now attempt to locate and
|
without first loading a symbol file, GDB will now attempt to locate and
|
||||||
load symbols from the running process's executable file.
|
load symbols from the running process's executable file.
|
||||||
|
|
||||||
|
C++ support has been greatly improved. Overload resolution now works properly
|
||||||
|
in almost all cases. RTTI support is on the way.
|
||||||
|
|
||||||
* New native configurations
|
* New native configurations
|
||||||
|
|
||||||
ARM GNU/Linux arm*-*-linux*
|
ARM GNU/Linux arm*-*-linux*
|
||||||
@ -59,6 +62,12 @@ The breakpoint commands ``enable'', ``disable'', and ``delete'' now
|
|||||||
accept a range of breakpoints, e.g. ``5-7''. The tracepoint command
|
accept a range of breakpoints, e.g. ``5-7''. The tracepoint command
|
||||||
``tracepoint passcount'' also accepts a range of tracepoints.
|
``tracepoint passcount'' also accepts a range of tracepoints.
|
||||||
|
|
||||||
|
* ``apropos'' command added.
|
||||||
|
|
||||||
|
The ``apropos'' command searches through command names and
|
||||||
|
documentation strings, printing out matches, making it much easier to
|
||||||
|
try to find a command that does what you are looking for.
|
||||||
|
|
||||||
*** Changes in GDB-4.18:
|
*** Changes in GDB-4.18:
|
||||||
|
|
||||||
* New native configurations
|
* New native configurations
|
||||||
|
Reference in New Issue
Block a user