summaryrefslogtreecommitdiff
path: root/gdb/thread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-56/+83
* switch inferior/thread before calling target methodsPedro Alves2020-01-101-20/+52
* Preserve selected thread in all-stop w/ background executionPedro Alves2020-01-101-1/+18
* Fix indentation in print_thread_info_1Simon Marchi2020-01-091-65/+65
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix crash when command arg is missing in faas/taas/tfaas commands.Philippe Waroquiers2019-12-061-0/+4
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Use _() in calls to build_helpTom Tromey2019-08-051-2/+2
* Rename field_int to field_signedTom Tromey2019-07-171-5/+5
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Make "info threads" use the gdb::option frameworkPedro Alves2019-07-021-12/+70
* Fix gdb build with -std=gnu++11Pedro Alves2019-06-131-3/+3
* Make "thread apply" use the gdb::option frameworkPedro Alves2019-06-131-58/+200
* "thread apply 1 -- -" vs "frame apply level 0 -- -"Pedro Alves2019-06-131-1/+1
* Make "frame apply" support -OPT optionsPedro Alves2019-06-131-4/+8
* Fix TID parser bugPedro Alves2019-06-131-9/+6
* Two minor constificationsTom Tromey2019-05-101-1/+2
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-1/+2
* Support buffer objects as handles in Inferior.thread_from_thread_handle()Kevin Buettner2019-04-081-5/+5
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* 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