summaryrefslogtreecommitdiff
path: root/gdb/thread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-2/+23
* gdb: add setter / getter for thread_info resumed stateSimon Marchi2021-07-121-1/+1
* gdb: use intrusive list for step-over chainSimon Marchi2021-07-121-94/+12
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-1/+5
* gdb: introduce intrusive_list, make thread_info use itPedro Alves2021-07-121-46/+15
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-2/+1
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* Fix any_thread_of_inferiorPedro Alves2021-03-191-2/+2
* gdb: add asserts in thread codeSimon Marchi2021-02-221-0/+4
* gdb: remove unneeded switch_to_thread from thr_try_catch_cmdAndrew Burgess2021-01-281-3/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove scoped_inc_dec_refTom Tromey2020-12-111-34/+7
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-6/+62
* gdb: rename things related to step over chainsSimon Marchi2020-12-041-10/+10
* Move lookup_selected_frame to frame.cPedro Alves2020-10-301-63/+0
* Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves2020-10-301-47/+17
* gdb/thread: fine-tune 'info threads' help textTankut Baris Aktemur2020-10-191-3/+3
* Remove target_has_registers macroTom Tromey2020-09-281-2/+2
* Remove target_has_stack macroTom Tromey2020-09-281-3/+3
* Remove target_has_memory macroTom Tromey2020-09-281-2/+2
* Fix "thread find" with multiple inferiors/targets (PR gdb/26631)Pedro Alves2020-09-181-0/+6
* gdb: pass target to thread_ptid_changed observableSimon Marchi2020-08-071-1/+1
* Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves2020-07-101-15/+10
* Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves2020-06-181-64/+33
* gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur2020-05-141-1/+1
* [gdb] Fix hang after ext sigkillTom de Vries2020-04-211-2/+10
* gdb: print thread names in thread apply command outputJérémie Galarneau2020-02-261-6/+10
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-4/+4
* Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves2020-01-241-4/+1
* 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