mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
* target/waitstatus.h (target_waitkind): Remove spurious
character from the comments.
This commit is contained in:
parent
fb8a568490
commit
c8a62302a5
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-17 Luis Machado <lgustavo@codesourcery.com>
|
||||||
|
|
||||||
|
* target/waitstatus.h (target_waitkind): Remove spurious
|
||||||
|
character from the comments.
|
||||||
|
|
||||||
2013-10-17 Joel Brobecker <brobecker@adacore.com>
|
2013-10-17 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdbarch.sh (get_longjmp_target): Add method documentation.
|
* gdbarch.sh (get_longjmp_target): Add method documentation.
|
||||||
|
@ -85,7 +85,7 @@ enum target_waitkind
|
|||||||
to the console, for instance. In this case, we want to go back
|
to the console, for instance. In this case, we want to go back
|
||||||
to the event loop and wait there for another event from the
|
to the event loop and wait there for another event from the
|
||||||
inferior, rather than being stuck in the remote_async_wait()
|
inferior, rather than being stuck in the remote_async_wait()
|
||||||
function. sThis way the event loop is responsive to other events,
|
function. This way the event loop is responsive to other events,
|
||||||
like for instance the user typing. */
|
like for instance the user typing. */
|
||||||
TARGET_WAITKIND_IGNORE,
|
TARGET_WAITKIND_IGNORE,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user