aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Move lookup_selected_frame to frame.cPedro Alves1-63/+0
2020-10-30Make scoped_restore_current_thread's cdtors exception free (RFC)Pedro Alves1-47/+17
2020-10-19gdb/thread: fine-tune 'info threads' help textTankut Baris Aktemur1-3/+3
2020-09-28Remove target_has_registers macroTom Tromey1-2/+2
2020-09-28Remove target_has_stack macroTom Tromey1-3/+3
2020-09-28Remove target_has_memory macroTom Tromey1-2/+2
2020-09-18Fix "thread find" with multiple inferiors/targets (PR gdb/26631)Pedro Alves1-0/+6
2020-08-07gdb: pass target to thread_ptid_changed observableSimon Marchi1-1/+1
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves1-15/+10
2020-06-18Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)Pedro Alves1-64/+33
2020-05-14gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur1-1/+1
2020-04-21[gdb] Fix hang after ext sigkillTom de Vries1-2/+10
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