Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Support buffer objects as handles in Inferior.thread_from_thread_handle() | Kevin Buettner | 1 | -5/+5 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -13/+14 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-05 | GDB crash re-running program on Windows (native) | Joel Brobecker | 1 | -4/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -246/+100 |
2018-07-12 | Add [FLAG]... arguments to 'thread apply'. | Philippe Waroquiers | 1 | -24/+109 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -7/+7 |
2018-06-29 | Improve alignment of "info threads" output, align "Target Id" column | Pedro Alves | 1 | -22/+43 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -11/+14 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -124/+105 |
2018-05-29 | Remove "struct" keyword in range-based for loops | Simon Marchi | 1 | -1/+1 |
2018-04-20 | Improve on-line help for thread_apply_command and thread_apply_all_command. | Philippe Waroquiers | 1 | -3/+5 |
2018-04-19 | [OB PATCH] Fix some comments in thread.c | Philippe Waroquiers | 1 | -5/+4 |
2018-04-10 | Replace finish_thread_state_cleanup with a RAII class | Pedro Alves | 1 | -10/+0 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -10/+10 |
2018-03-08 | Change enable_thread_stack_temporaries to an RAII class | Tom Tromey | 1 | -58/+13 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -10/+4 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -13/+3 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -9/+5 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -3/+2 |
2017-10-26 | const-fy function parameter struct address_space *aspace | Yao Qi | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+2 |
2017-10-10 | Eliminate catch_exceptions/catch_exceptions_with_msg | Pedro Alves | 1 | -81/+5 |
2017-09-27 | Constify some commands in thread.c | Tom Tromey | 1 | -2/+2 |
2017-09-21 | Add target method for converting thread handle to thread_info struct pointer | Kevin Buettner | 1 | -0/+12 |
2017-09-09 | Remove unnecessary calls to is_mi_like_p in print_thread_info_1 | Simon Marchi | 1 | -10/+5 |
2017-09-09 | Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1 | Tom Tromey | 1 | -46/+46 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-03 | Use std::string thread.c | Tom Tromey | 1 | -22/+11 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -135/+106 |
2017-05-04 | make_cleanup_restore_current_thread: Look up thread earlier | Pedro Alves | 1 | -5/+5 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -17/+13 |
2017-04-21 | Remove dead code and "current" field from MI thread output doc | Simon Marchi | 1 | -9/+1 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 1 | -43/+39 |
2017-04-13 | C++fy thread_apply_all_command | Pedro Alves | 1 | -64/+73 |
2017-04-11 | gdb/thread.c: Fix whitespace throughout | Pedro Alves | 1 | -31/+33 |
2017-04-10 | thread.c: ptid_equal -> operator== | Pedro Alves | 1 | -28/+27 |
2017-04-10 | GC gdb/thread.c:current_thread_cleanup_chain | Pedro Alves | 1 | -17/+0 |
2017-04-10 | Don't delete thread_info if refcount isn't zero | Yao Qi | 1 | -55/+46 |
2017-04-10 | Hoist code on marking thread as exited | Yao Qi | 1 | -21/+12 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |