Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: gdb/darwin-nat.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/d-valprint.c ('k') | gdb/darwin-nat.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/darwin-nat.h
diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h
index c74af1d3f3d99dc99080ddfec9b4ffcb7d20c063..6c892991070f25f0e9a432567d56eced2e4eda45 100644
--- a/gdb/darwin-nat.h
+++ b/gdb/darwin-nat.h
@@ -61,7 +61,17 @@ struct darwin_exception_msg
integer_t ex_data[2];
};
-enum darwin_msg_state { DARWIN_RUNNING, DARWIN_STOPPED, DARWIN_MESSAGE };
+enum darwin_msg_state
+{
+ /* The thread is running. */
+ DARWIN_RUNNING,
+
+ /* The thread is stopped. */
+ DARWIN_STOPPED,
+
+ /* The thread has sent a message and waits for a reply. */
+ DARWIN_MESSAGE
+};
struct private_thread_info
{
« no previous file with comments | « gdb/d-valprint.c ('k') | gdb/darwin-nat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698