aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Add [FLAG]... arguments to 'thread apply'.Philippe Waroquiers1-24/+109
2018-07-03Remove ptid_is_pidTom Tromey1-5/+5
2018-07-03Remove ptid_get_pidTom Tromey1-7/+7
2018-06-29Improve alignment of "info threads" output, align "Target Id" columnPedro Alves1-22/+43
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-11/+14
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-124/+105
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-1/+1
2018-04-20Improve on-line help for thread_apply_command and thread_apply_all_command.Philippe Waroquiers1-3/+5
2018-04-19[OB PATCH] Fix some comments in thread.cPhilippe Waroquiers1-5/+4
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves1-10/+0
2018-03-19Convert observers to C++Tom Tromey1-10/+10
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey1-58/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-24Create private_thread_info hierarchySimon Marchi1-10/+4
2017-11-07Constify execute_commandTom Tromey1-13/+3
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-9/+5
2017-11-07Constify add_infoTom Tromey1-3/+2
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+2
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-81/+5
2017-09-27Constify some commands in thread.cTom Tromey1-2/+2
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+12
2017-09-09Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi1-10/+5
2017-09-09Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey1-46/+46
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-03Use std::string thread.cTom Tromey1-22/+11
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-135/+106
2017-05-04make_cleanup_restore_current_thread: Look up thread earlierPedro Alves1-5/+5
2017-04-22Use ui_out_emit_tupleTom Tromey1-17/+13
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi1-9/+1
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-43/+39
2017-04-13C++fy thread_apply_all_commandPedro Alves1-64/+73
2017-04-11gdb/thread.c: Fix whitespace throughoutPedro Alves1-31/+33
2017-04-10thread.c: ptid_equal -> operator==Pedro Alves1-28/+27
2017-04-10GC gdb/thread.c:current_thread_cleanup_chainPedro Alves1-17/+0
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi1-55/+46
2017-04-10Hoist code on marking thread as exitedYao Qi1-21/+12
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-03-29Add constructor and destructor to thread_infoYao Qi1-35/+34
2017-02-01thread: add can_access_registers_ptidMarkus Metzger1-0/+20
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-50/+50
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-4/+4
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-15/+12
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-22/+64
2016-08-30Fix order of inferiors in "thread apply all"Andreas Arnez1-1/+1
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-4/+0
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+8