aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26gdb: print thread names in thread apply command outputJérémie Galarneau1-6/+10
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-4/+4
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves1-4/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-56/+83
2020-01-10switch inferior/thread before calling target methodsPedro Alves1-20/+52
2020-01-10Preserve selected thread in all-stop w/ background executionPedro Alves1-1/+18
2020-01-09Fix indentation in print_thread_info_1Simon Marchi1-65/+65
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-06Fix crash when command arg is missing in faas/taas/tfaas commands.Philippe Waroquiers1-0/+4
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-05Use _() in calls to build_helpTom Tromey1-2/+2
2019-07-17Rename field_int to field_signedTom Tromey1-5/+5
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-02Make "info threads" use the gdb::option frameworkPedro Alves1-12/+70
2019-06-13Fix gdb build with -std=gnu++11Pedro Alves1-3/+3
2019-06-13Make "thread apply" use the gdb::option frameworkPedro Alves1-58/+200
2019-06-13"thread apply 1 -- -" vs "frame apply level 0 -- -"Pedro Alves1-1/+1
2019-06-13Make "frame apply" support -OPT optionsPedro Alves1-4/+8
2019-06-13Fix TID parser bugPedro Alves1-9/+6
2019-05-10Two minor constificationsTom Tromey1-1/+2
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-1/+2
2019-04-08Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner1-5/+5
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-13/+14
2019-02-07C++-ify struct thread_fsmTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-05GDB crash re-running program on Windows (native)Joel Brobecker1-4/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-246/+100
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