summaryrefslogtreecommitdiff
path: root/gdb/thread.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-19/+26
* Change pid_to_str to return std::stringTom Tromey2019-03-131-13/+14
* C++-ify struct thread_fsmTom Tromey2019-02-071-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* GDB crash re-running program on Windows (native)Joel Brobecker2019-01-051-4/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-246/+100
* Add [FLAG]... arguments to 'thread apply'.Philippe Waroquiers2018-07-121-24/+109
* Remove ptid_is_pidTom Tromey2018-07-031-5/+5
* Remove ptid_get_pidTom Tromey2018-07-031-7/+7
* Improve alignment of "info threads" output, align "Target Id" columnPedro Alves2018-06-291-22/+43
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-11/+14
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-124/+105
* Remove "struct" keyword in range-based for loopsSimon Marchi2018-05-291-1/+1
* Improve on-line help for thread_apply_command and thread_apply_all_command.Philippe Waroquiers2018-04-201-3/+5
* [OB PATCH] Fix some comments in thread.cPhilippe Waroquiers2018-04-191-5/+4
* Replace finish_thread_state_cleanup with a RAII classPedro Alves2018-04-101-10/+0
* Convert observers to C++Tom Tromey2018-03-191-10/+10
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-081-58/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Create private_thread_info hierarchySimon Marchi2017-11-241-10/+4
* Constify execute_commandTom Tromey2017-11-071-13/+3
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-9/+5
* Constify add_infoTom Tromey2017-11-071-3/+2
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+2
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-81/+5
* Constify some commands in thread.cTom Tromey2017-09-271-2/+2
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+12
* Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi2017-09-091-10/+5
* Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey2017-09-091-46/+46
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use std::string thread.cTom Tromey2017-09-031-22/+11
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-135/+106
* make_cleanup_restore_current_thread: Look up thread earlierPedro Alves2017-05-041-5/+5
* Use ui_out_emit_tupleTom Tromey2017-04-221-17/+13
* Remove dead code and "current" field from MI thread output docSimon Marchi2017-04-211-9/+1
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-43/+39
* C++fy thread_apply_all_commandPedro Alves2017-04-131-64/+73
* gdb/thread.c: Fix whitespace throughoutPedro Alves2017-04-111-31/+33
* thread.c: ptid_equal -> operator==Pedro Alves2017-04-101-28/+27
* GC gdb/thread.c:current_thread_cleanup_chainPedro Alves2017-04-101-17/+0
* Don't delete thread_info if refcount isn't zeroYao Qi2017-04-101-55/+46
* Hoist code on marking thread as exitedYao Qi2017-04-101-21/+12
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Add constructor and destructor to thread_infoYao Qi2017-03-291-35/+34
* thread: add can_access_registers_ptidMarkus Metzger2017-02-011-0/+20
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-50/+50