Allow ARC target to be configured with --with-cpu=<cpu-name>.
[external/binutils.git] / gdb / gdbthread.h
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-01-18 Pedro AlvesFix PR threads/19422 - show which thread caused stop
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-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-30 Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-09-09 Pedro AlvesGarbage collect thread continuations
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
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-06-23 Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-13 Jan KratochvilRemove stop_registers
2015-04-07 Pedro Alvesupdate thread list, delete exited threads
2015-03-24 Pedro AlvesMake "set scheduler-locking step" depend on user intent...
2015-03-24 Pedro AlvesMake step_start_function be per thread
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-22 Jan KratochvilPrint current thread after loading a core file
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-29 Siva ChandraEnable chained function calls in C++ expressions.
2014-10-28 Pedro AlvesPR gdb/12623: non-stop crashes inferior, PC adjustment...
2014-10-19 Doug EvansFix some comments to say minus_one_ptid instead of...
2014-10-15 Pedro Alvesremote: get rid of all the T packets when syncing the...
2014-10-15 Pedro AlvesPush pruning old threads down to the target
2014-10-15 Pedro AlvesMake single-step breakpoints be per-thread
2014-10-15 Pedro AlvesRewrite non-continuable watchpoints handling
2014-10-02 Pedro AlvesFix non-stop regressions caused by "breakpoints always...
2014-10-02 Pedro AlvesReduce Hg packet (select remote general thread) bouncing
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-07-10 Doug EvansRevert gdbthread.h (any_running): Declare.
2014-07-10 Doug Evans * gdbthread.h (any_running): Declare.
2014-06-19 Yao QiRemove any_running
2014-06-19 Yao QiUse enum thread_state
2014-06-19 Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-05-21 Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-05-23 Pedro Alvesrange stepping: gdb
2013-05-23 Pedro AlvesFactor out in-stepping-range checks.
2013-03-11 Markus MetzgerAdd branch trace information to struct thread_info.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-06-28 Pedro Alvesgdb/
2012-06-18 Jan Kratochvilgdb/
2012-05-24 Pedro Alvesgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-13 Pedro Alves2011-09-13 Pedro Alves <pedro@codesourcery.com>
2011-09-07 Yao Qi gdb/
2011-09-07 Yao Qi gdb/
2011-04-19 Marc Khouzam2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
2011-02-21 Michael Snyder2011-02-21 Michael Snyder <msnyder@vmware.com>
2011-01-19 Tom Tromeygdb
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-12-09 Tom Tromeygdb
2010-11-28 Jan Kratochvilgdb/
2010-11-28 Jan Kratochvilgdb/
2010-11-02 Jan Kratochvilgdb/
2010-10-17 Jan Kratochvilgdb/
2010-01-12 Vladimir Prus Implement core awareness.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-02 Pedro Alvesgdb/
2009-06-28 Daniel Jacobowitz gdb/
2009-05-24 Doug Evansgdb:
2009-05-24 Pedro Alvesgdb/
2009-03-31 Pedro Alves * remote.c (remote_notice_new_inferior): Use ptid_is_p...
2009-03-22 Pedro Alves * gdbthread.h (struct thread_info): Add in_infcall...
2009-01-18 Pedro Alves PR gdb/9747:
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-11-17 Vladimir Prus Implement -list-thread-groups.
2008-10-23 Pedro Alvesgdb/
2008-09-08 Pedro Alves * inferior.h (context_switch_to): Delete.
2008-09-08 Pedro Alves Remove global continuations in favour of a per-thread
2008-09-08 Pedro Alves Remove the global stop_step in favour of a per-thread
2008-09-08 Pedro Alves Remove the global step_multi in favour of a per-thread
2008-09-08 Pedro Alves Remove the global stop_signal in favour of a per-thread
2008-09-08 Pedro Alves * gdbthread.h (struct thread_info): Add comments around
2008-09-08 Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-09-08 Pedro Alves * inferior.h (step_over_calls): Delete.
2008-09-08 Pedro Alves Remove context switching in favour of accessing thread...
2008-08-18 Pedro Alves2008-08-18 Pedro Alves <pedro@codesourcery.com>
2008-08-16 Pedro Alves * gdbthread.h: Add comments.
2008-07-12 Vladimir Prus Implement --thread and --frame.
2008-07-11 Pedro Alves Exited threads.
2008-07-09 Pedro Alves Per-thread commands.
2008-07-09 Pedro Alves Add "executing" property to threads.
2008-07-09 Pedro Alves * monitor (monitor_ptid): New global.
2008-06-28 Vladimir Prus * breakpoint.c (moribund_locations): New.
2008-06-10 Vladimir Prus Implement *running.
2008-05-04 Pedro Alvesgdb/
2008-03-23 Vladimir Prus * thread.c (make_cleanup_restore_current_thread):...
2008-03-21 Daniel Jacobowitz2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2008-03-15 Vladimir Prus Implement -thread-info.
2008-01-23 Vladimir Prus Inform about new thread in a single place.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-06 Vladimir Prus Clarify infrun variable naming.
2007-09-10 Ulrich Weigand * infrun.c (stepping_past_breakpoint): New global...
next