diff options
Diffstat (limited to 'gdb/dec-thread.c')
-rw-r--r-- | gdb/dec-thread.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c index 11cf501..650b86c 100644 --- a/gdb/dec-thread.c +++ b/gdb/dec-thread.c @@ -108,7 +108,7 @@ write_clbk (void *caller_context, void *address, void *buffer, return ESUCCESS; } -/* Get integer regs */ +/* Get integer regs. */ static int get_reg_clbk(void *caller_context, pthreadDebugGetRegRtn_t regs, @@ -120,7 +120,7 @@ get_reg_clbk(void *caller_context, pthreadDebugGetRegRtn_t regs, return ESUCCESS; } -/* Set integer regs */ +/* Set integer regs. */ static int set_reg_clbk(void *caller_context, const pthreadDebugRegs_t *regs, @@ -256,7 +256,7 @@ enable_dec_thread (void) debug ("enable_dec_thread: Thread support enabled."); } -/* Deactivate thread support. Do nothing is thread support is +/* Deactivate thread support. Do nothing if thread support is already inactive. */ static void |