aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-18 PR gdb/9747:Pedro Alves1-0/+49
2009-01-17(thread_command): Move call to annotate_thread_changedNick Roberts1-1/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+2
2008-11-17 Implement -list-thread-groups.Vladimir Prus1-4/+16
2008-11-09 * thread.c (print_thread_info): Eliminate now useless checksVladimir Prus1-12/+7
2008-10-23gdb/Pedro Alves1-0/+25
2008-09-22 Implement remote multi-process extensions.Pedro Alves1-1/+10
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-97/+15
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves1-24/+5
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-6/+2
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-6/+2
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-6/+2
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves1-4/+0
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-10/+2
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves1-4/+0
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-59/+12
2008-08-182008-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+9
2008-07-26 Kill cmd_async_ok.Vladimir Prus1-4/+0
2008-07-13 * thread.c (restore_selected_frame): On fail to restore, selectPedro Alves1-3/+6
2008-07-12 Implement --thread and --frame.Vladimir Prus1-3/+1
2008-07-12 Report thread state in -thread-info output.Vladimir Prus1-0/+10
2008-07-11 * thread.c (thread_apply_command): Move making the cleanup out ofPedro Alves1-2/+2
2008-07-11 Exited threads.Pedro Alves1-140/+327
2008-07-09 Non-stop inferior control.Pedro Alves1-27/+72
2008-07-09 Per-thread commands.Pedro Alves1-2/+54
2008-07-09 Add "executing" property to threads.Pedro Alves1-2/+70
2008-07-09 * monitor (monitor_ptid): New global.Pedro Alves1-3/+18
2008-06-28 * breakpoint.c (moribund_locations): New.Vladimir Prus1-0/+12
2008-06-13 Don't suppress *running when doing finish.Vladimir Prus1-3/+3
2008-06-10 Implement *running.Vladimir Prus1-0/+61
2008-06-06* annotate.c (annotate_thread_changed): New function.Nick Roberts1-0/+1
2008-05-20(add_thread_with_info): Use it.Nick Roberts1-1/+3
2008-05-09 * thread.c (_initialize_thread): Don't use commas and periods inEli Zaretskii1-2/+2
2008-05-04gdb/Pedro Alves1-4/+0
2008-05-032008-05-03 Pedro Alves <pedro@codesourcery.com>Vladimir Prus1-0/+2
2008-05-01 * thread.c (add_thread): Move observer call to ...Vladimir Prus1-2/+3
2008-03-23 * thread.c (make_cleanup_restore_current_thread): Make itVladimir Prus1-3/+1
2008-03-212008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-1/+9
2008-03-17 * thread.c (print_thread_info): Don't insistVladimir Prus1-2/+2
2008-03-15 Implement -thread-info.Vladimir Prus1-16/+64
2008-03-14 Implement MI notification for new threads.Vladimir Prus1-0/+3
2008-03-12 * thread.c (add_thread): Use printf_unfiltered to print.Pedro Alves1-1/+1
2008-01-23 Inform about new thread in a single place.Vladimir Prus1-4/+31
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-06 Clarify infrun variable naming.Vladimir Prus1-4/+4
2007-09-10 * thread.c (free_thread): Do not delete the step resume breakpointDaniel Jacobowitz1-2/+4
2007-09-10 * infrun.c (stepping_past_breakpoint): New global variable.Ulrich Weigand1-2/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-04-10 * breakpoint.c (gdb_breakpoint_query): Really return anDaniel Jacobowitz1-4/+8
2007-03-30 * Makefile.in (SFILES): Remove nlmread.c.Daniel Jacobowitz1-2/+0