aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+38
2009-09-13 gdb/Joel Brobecker1-7/+3
2009-07-02gdb/Pedro Alves1-0/+12
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-21/+0
2009-05-24gdb:Doug Evans1-13/+13
2009-05-24gdb/Pedro Alves1-13/+24
2009-05-18 * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves1-10/+14
2009-05-05 * inferior.h (read_pc, write_pc): Remove.Ulrich Weigand1-1/+1
2009-03-31 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. CheckPedro Alves1-0/+16
2009-03-27 * thread.c (do_restore_current_thread_cleanup): Redo test forDoug Evans1-4/+3
2009-03-26 * thread.c (inferior_thread) Remove "extern" in definition.Doug Evans1-1/+1
2009-03-25gdb/Pedro Alves1-4/+3
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-32/+55
2009-03-22 * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves1-3/+3
2009-02-05 * target.h (target_tid_to_str): Delete.Pedro Alves1-6/+6
2009-01-30 PR 8145.Vladimir Prus1-0/+8
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