summaryrefslogtreecommitdiff
path: root/gdb/thread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+2
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-81/+5
* Constify some commands in thread.cTom Tromey2017-09-271-2/+2
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+12
* Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi2017-09-091-10/+5
* Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey2017-09-091-46/+46
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use std::string thread.cTom Tromey2017-09-031-22/+11
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-135/+106
* make_cleanup_restore_current_thread: Look up thread earlierPedro Alves2017-05-041-5/+5
* Use ui_out_emit_tupleTom Tromey2017-04-221-17/+13
* Remove dead code and "current" field from MI thread output docSimon Marchi2017-04-211-9/+1
* Fix removing inferiors from within "thread apply" commandsPedro Alves2017-04-191-43/+39
* C++fy thread_apply_all_commandPedro Alves2017-04-131-64/+73
* gdb/thread.c: Fix whitespace throughoutPedro Alves2017-04-111-31/+33
* thread.c: ptid_equal -> operator==Pedro Alves2017-04-101-28/+27
* GC gdb/thread.c:current_thread_cleanup_chainPedro Alves2017-04-101-17/+0
* Don't delete thread_info if refcount isn't zeroYao Qi2017-04-101-55/+46
* Hoist code on marking thread as exitedYao Qi2017-04-101-21/+12
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Add constructor and destructor to thread_infoYao Qi2017-03-291-35/+34
* thread: add can_access_registers_ptidMarkus Metzger2017-02-011-0/+20
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-50/+50
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-4/+4
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-15/+12
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-22/+64
* Fix order of inferiors in "thread apply all"Andreas Arnez2016-08-301-1/+1
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-4/+0
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+8
* Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2016-01-151-0/+20
* Fix "thread apply $conv_var" and misc other related problemsPedro Alves2016-01-151-3/+17
* Fix C++ build error by casting void *Yao Qi2016-01-141-1/+1
* Add $_gthread convenience variablePedro Alves2016-01-131-6/+43
* Implement "info threads -gid"Pedro Alves2016-01-131-2/+12
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-118/+222
* Centralize thread ID printingPedro Alves2016-01-131-15/+30
* Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) conditionPedro Alves2016-01-131-0/+22
* Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves2016-01-121-2/+11
* testsuite: Fix false FAILs on too long base directoryJan Kratochvil2016-01-111-11/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remote all-stop-on-top-of-non-stopPedro Alves2015-11-301-0/+16
* Constify thread name return pathSimon Marchi2015-11-261-2/+2