Remove tui_clear_source_content
[external/binutils.git] / gdb / thread.c
2019-08-05 Tom TromeyUse _() in calls to build_help
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-02 Pedro AlvesMake "info threads" use the gdb::option framework
2019-06-13 Pedro AlvesFix gdb build with -std=gnu++11
2019-06-12 Pedro AlvesMake "thread apply" use the gdb::option framework
2019-06-12 Pedro Alves"thread apply 1 -- -" vs "frame apply level 0 -- -"
2019-06-12 Pedro AlvesMake "frame apply" support -OPT options
2019-06-12 Pedro AlvesFix TID parser bug
2019-05-10 Tom TromeyTwo minor constifications
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-04-09 Kevin BuettnerSupport buffer objects as handles in Inferior.thread_fr...
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-05 Joel BrobeckerGDB crash re-running program on Windows (native)
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-07-12 Philippe WaroquiersAdd [FLAG]... arguments to 'thread apply'.
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-29 Pedro AlvesImprove alignment of "info threads" output, align ...
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove "struct" keyword in range-based for loops
2018-04-20 Philippe WaroquiersImprove on-line help for thread_apply_command and threa...
2018-04-19 Philippe Waroquiers[OB PATCH] Fix some comments in thread.c
2018-04-10 Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Tom TromeyChange enable_thread_stack_temporaries to an RAII class
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-24 Simon MarchiCreate private_thread_info hierarchy
2017-11-07 Tom TromeyConstify execute_command
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-10-26 Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-10 Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-09-27 Tom TromeyConstify some commands in thread.c
2017-09-21 Kevin BuettnerAdd target method for converting thread handle to threa...
2017-09-09 Simon MarchiRemove unnecessary calls to is_mi_like_p in print_threa...
2017-09-09 Tom TromeyUse ui_out_emit_table and ui_out_emit_list in print_thr...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-03 Tom TromeyUse std::string thread.c
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-04 Pedro Alvesmake_cleanup_restore_current_thread: Look up thread...
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-04-22 Simon MarchiRemove dead code and "current" field from MI thread...
2017-04-19 Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-13 Pedro AlvesC++fy thread_apply_all_command
2017-04-11 Pedro Alvesgdb/thread.c: Fix whitespace throughout
2017-04-10 Pedro Alvesthread.c: ptid_equal -> operator==
2017-04-10 Pedro AlvesGC gdb/thread.c:current_thread_cleanup_chain
2017-04-10 Yao QiDon't delete thread_info if refcount isn't zero
2017-04-10 Yao QiHoist code on marking thread as exited
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-29 Yao QiAdd constructor and destructor to thread_info
2017-02-01 Markus Metzgerthread: add can_access_registers_ptid
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-08-30 Andreas ArnezFix order of inferiors in "thread apply all"
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-18 Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-15 Pedro AlvesStar wildcard ranges (e.g., "info thread 2.*")
2016-01-15 Pedro AlvesFix "thread apply $conv_var" and misc other related...
2016-01-14 Yao QiFix C++ build error by casting void *
2016-01-13 Pedro AlvesAdd $_gthread convenience variable
2016-01-13 Pedro AlvesImplement "info threads -gid"
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13 Pedro AlvesCentralize thread ID printing
2016-01-13 Pedro AlvesFix PR19388: Can't access $_siginfo in breakpoint ...
2016-01-12 Pedro AlvesReapply: List inferiors/threads/pspaces in ascending...
2016-01-11 Jan Kratochviltestsuite: Fix false FAILs on too long base directory
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30 Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-11-26 Simon MarchiConstify thread name return path
2015-11-24 Pedro AlvesList inferiors/threads/pspaces in ascending order
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-09 Pedro AlvesGarbage collect thread continuations
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07 Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07 Pedro AlvesUse keep_going in proceed and start_step_over too
2015-08-07 Pedro AlvesEmbed the pending step-over chain in thread_info objects
2015-08-07 Pedro AlvesFix and test "checkpoint" in non-stop mode
2015-04-11 Jan KratochvilRemove --xdb
2015-04-07 Pedro Alvesupdate thread list, delete exited threads
2015-03-24 Pedro AlvesFix "thread apply all" with exited threads
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-22 Jan KratochvilSort threads for thread apply all
2015-01-22 Jan KratochvilPrint current thread after loading a core file
next