Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-03-29 | Add constructor and destructor to thread_info | Yao Qi | 1 | -35/+34 |
2017-02-01 | thread: add can_access_registers_ptid | Markus Metzger | 1 | -0/+20 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -50/+50 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -4/+4 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -15/+12 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -22/+64 |
2016-08-30 | Fix order of inferiors in "thread apply all" | Andreas Arnez | 1 | -1/+1 |
2016-06-21 | Push thread->control.command_interp to the struct thread_fsm | Pedro Alves | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -4/+0 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -0/+8 |
2016-01-15 | Star wildcard ranges (e.g., "info thread 2.*") | Pedro Alves | 1 | -0/+20 |
2016-01-15 | Fix "thread apply $conv_var" and misc other related problems | Pedro Alves | 1 | -3/+17 |
2016-01-14 | Fix C++ build error by casting void * | Yao Qi | 1 | -1/+1 |
2016-01-13 | Add $_gthread convenience variable | Pedro Alves | 1 | -6/+43 |
2016-01-13 | Implement "info threads -gid" | Pedro Alves | 1 | -2/+12 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -118/+222 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -15/+30 |
2016-01-13 | Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition | Pedro Alves | 1 | -0/+22 |
2016-01-12 | Reapply: List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -2/+11 |
2016-01-11 | testsuite: Fix false FAILs on too long base directory | Jan Kratochvil | 1 | -11/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -0/+16 |
2015-11-26 | Constify thread name return path | Simon Marchi | 1 | -2/+2 |