aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-09Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey1-46/+46
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-03Use std::string thread.cTom Tromey1-22/+11
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-135/+106
2017-05-04make_cleanup_restore_current_thread: Look up thread earlierPedro Alves1-5/+5
2017-04-22Use ui_out_emit_tupleTom Tromey1-17/+13
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi1-9/+1
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves1-43/+39
2017-04-13C++fy thread_apply_all_commandPedro Alves1-64/+73
2017-04-11gdb/thread.c: Fix whitespace throughoutPedro Alves1-31/+33
2017-04-10thread.c: ptid_equal -> operator==Pedro Alves1-28/+27
2017-04-10GC gdb/thread.c:current_thread_cleanup_chainPedro Alves1-17/+0
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi1-55/+46
2017-04-10Hoist code on marking thread as exitedYao Qi1-21/+12
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-03-29Add constructor and destructor to thread_infoYao Qi1-35/+34
2017-02-01thread: add can_access_registers_ptidMarkus Metzger1-0/+20
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-50/+50
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-4/+4
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-15/+12
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-22/+64
2016-08-30Fix order of inferiors in "thread apply all"Andreas Arnez1-1/+1
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-4/+0
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-0/+8
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves1-0/+20
2016-01-15Fix "thread apply $conv_var" and misc other related problemsPedro Alves1-3/+17
2016-01-14Fix C++ build error by casting void *Yao Qi1-1/+1
2016-01-13Add $_gthread convenience variablePedro Alves1-6/+43
2016-01-13Implement "info threads -gid"Pedro Alves1-2/+12
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-118/+222
2016-01-13Centralize thread ID printingPedro Alves1-15/+30
2016-01-13Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves1-0/+22
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-11/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Remote all-stop-on-top-of-non-stopPedro Alves1-0/+16
2015-11-26Constify thread name return pathSimon Marchi1-2/+2
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+11
2015-09-25Add some more casts (2/2)Simon Marchi1-8/+11