aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
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
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