mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* gdbint.texinfo (Coding): Add subsection on command names.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-06-03 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Coding): Add subsection on command names.
|
||||||
|
|
||||||
2010-06-02 Tom Tromey <tromey@redhat.com>
|
2010-06-02 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Maintenance Commands): Document maint set dwarf2
|
* gdb.texinfo (Maintenance Commands): Document maint set dwarf2
|
||||||
|
@ -6245,6 +6245,10 @@ the code detected a user error, recovered from it and issued a
|
|||||||
@code{warning} or the code failed to correctly recover from the user
|
@code{warning} or the code failed to correctly recover from the user
|
||||||
error and issued an @code{internal_error}.}
|
error and issued an @code{internal_error}.}
|
||||||
|
|
||||||
|
@subsection Command Names
|
||||||
|
|
||||||
|
GDB U/I commands are written @samp{foo-bar}, not @samp{foo_bar}.
|
||||||
|
|
||||||
@subsection File Names
|
@subsection File Names
|
||||||
|
|
||||||
Any file used when building the core of @value{GDBN} must be in lower
|
Any file used when building the core of @value{GDBN} must be in lower
|
||||||
|
Reference in New Issue
Block a user