Age | Commit message (Expand) | Author | Files | Lines |
2019-12-06 | Fix crash when command arg is missing in faas/taas/tfaas commands. | Philippe Waroquiers | 1 | -0/+4 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -5/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-07-02 | Make "info threads" use the gdb::option framework | Pedro Alves | 1 | -12/+70 |
2019-06-13 | Fix gdb build with -std=gnu++11 | Pedro Alves | 1 | -3/+3 |
2019-06-13 | Make "thread apply" use the gdb::option framework | Pedro Alves | 1 | -58/+200 |
2019-06-13 | "thread apply 1 -- -" vs "frame apply level 0 -- -" | Pedro Alves | 1 | -1/+1 |
2019-06-13 | Make "frame apply" support -OPT options | Pedro Alves | 1 | -4/+8 |
2019-06-13 | Fix TID parser bug | Pedro Alves | 1 | -9/+6 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+2 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -1/+2 |
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 |