summaryrefslogtreecommitdiff
path: root/gdb/thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
* Implement -list-thread-groups.Vladimir Prus2008-11-171-4/+16
* * thread.c (print_thread_info): Eliminate now useless checksVladimir Prus2008-11-091-12/+7
* gdb/Pedro Alves2008-10-231-0/+25
* Implement remote multi-process extensions.Pedro Alves2008-09-221-1/+10
* * inferior.h (context_switch_to): Delete.Pedro Alves2008-09-081-97/+15
* Remove global continuations in favour of a per-threadPedro Alves2008-09-081-24/+5
* Remove the global stop_step in favour of a per-threadPedro Alves2008-09-081-6/+2
* Remove the global step_multi in favour of a per-threadPedro Alves2008-09-081-6/+2
* Remove the global stop_signal in favour of a per-threadPedro Alves2008-09-081-6/+2
* * gdbthread.h (struct thread_info): Add comments aroundPedro Alves2008-09-081-4/+0
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-10/+2
* * inferior.h (step_over_calls): Delete.Pedro Alves2008-09-081-4/+0
* Remove context switching in favour of accessing thread_info fieldsPedro Alves2008-09-081-59/+12
* 2008-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-08-181-0/+9
* Kill cmd_async_ok.Vladimir Prus2008-07-261-4/+0
* * thread.c (restore_selected_frame): On fail to restore, selectPedro Alves2008-07-131-3/+6
* Implement --thread and --frame.Vladimir Prus2008-07-121-3/+1
* Report thread state in -thread-info output.Vladimir Prus2008-07-121-0/+10
* * thread.c (thread_apply_command): Move making the cleanup out ofPedro Alves2008-07-111-2/+2
* Exited threads.Pedro Alves2008-07-111-140/+327
* Non-stop inferior control.Pedro Alves2008-07-091-27/+72
* Per-thread commands.Pedro Alves2008-07-091-2/+54
* Add "executing" property to threads.Pedro Alves2008-07-091-2/+70
* * monitor (monitor_ptid): New global.Pedro Alves2008-07-091-3/+18
* * breakpoint.c (moribund_locations): New.Vladimir Prus2008-06-281-0/+12
* Don't suppress *running when doing finish.Vladimir Prus2008-06-131-3/+3
* Implement *running.Vladimir Prus2008-06-101-0/+61
* * annotate.c (annotate_thread_changed): New function.Nick Roberts2008-06-061-0/+1
* (add_thread_with_info): Use it.Nick Roberts2008-05-201-1/+3
* * thread.c (_initialize_thread): Don't use commas and periods inEli Zaretskii2008-05-091-2/+2
* gdb/Pedro Alves2008-05-041-4/+0
* 2008-05-03 Pedro Alves <pedro@codesourcery.com>Vladimir Prus2008-05-031-0/+2
* * thread.c (add_thread): Move observer call to ...Vladimir Prus2008-05-011-2/+3
* * thread.c (make_cleanup_restore_current_thread): Make itVladimir Prus2008-03-231-3/+1
* 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2008-03-211-1/+9
* * thread.c (print_thread_info): Don't insistVladimir Prus2008-03-171-2/+2
* Implement -thread-info.Vladimir Prus2008-03-151-16/+64
* Implement MI notification for new threads.Vladimir Prus2008-03-141-0/+3
* * thread.c (add_thread): Use printf_unfiltered to print.Pedro Alves2008-03-121-1/+1
* Inform about new thread in a single place.Vladimir Prus2008-01-231-4/+31
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Clarify infrun variable naming.Vladimir Prus2007-12-061-4/+4
* * thread.c (free_thread): Do not delete the step resume breakpointDaniel Jacobowitz2007-09-101-2/+4
* * infrun.c (stepping_past_breakpoint): New global variable.Ulrich Weigand2007-09-101-2/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* * breakpoint.c (gdb_breakpoint_query): Really return anDaniel Jacobowitz2007-04-101-4/+8
* * Makefile.in (SFILES): Remove nlmread.c.Daniel Jacobowitz2007-03-301-2/+0
* * frame.c (frame_pop, frame_observer_target_changed): CallDaniel Jacobowitz2007-02-281-2/+1
* 2007-02-02 Denis Pilat <denis.pilat@st.com>Denis Pilat2007-02-021-21/+60