mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
minor fixes
This commit is contained in:
parent
38e1c8decb
commit
be9af13cb5
8
gdb/NEWS
8
gdb/NEWS
@ -6,15 +6,15 @@
|
||||
* User visible changes:
|
||||
|
||||
Remote debugging using the GDB-specific (`target remote') protocol now
|
||||
supports the `load' command. This is only useful if you have some way
|
||||
of getting the stub to the target system, and putting it somewhere in
|
||||
memory where it won't get clobbered by the download.
|
||||
supports the `load' command. This is only useful if you have some
|
||||
other way of getting the stub to the target system, and you can put it
|
||||
somewhere in memory where it won't get clobbered by the download.
|
||||
|
||||
Filename completion now works.
|
||||
|
||||
When run under emacs mode, the "info line" command now causes the
|
||||
arrow to point to the line specified. Also, "info line" prints
|
||||
addresses in symbolic form.
|
||||
addresses in symbolic form (as well as hex).
|
||||
|
||||
All vxworks based targets now support a user settable option, called
|
||||
vxworks-timeout. This option represents the number of seconds gdb
|
||||
|
Loading…
Reference in New Issue
Block a user