aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16 * remote.c (remote_query_attached): Fix pasto in packet_ok resultPedro Alves1-1/+1
2009-04-01 * remote.c (append_resumption): New.Pedro Alves1-58/+59
2009-03-31 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. CheckPedro Alves1-10/+33
2009-03-28 * remote.c (remote_stop_ns): If multi-process extensions are off,Pedro Alves1-2/+2
2009-03-25 * remote.c (remote_start_remote): In non-stop mode, callPedro Alves1-2/+7
2009-03-25 * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves1-23/+1
2009-03-18 * remote.c (remote_close): Don't call generic_mourn_inferior.Pedro Alves1-3/+2
2009-03-18 * remote.c (remote_start_remote): Add missing call toPedro Alves1-0/+2
2009-03-17 Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker1-3/+3
2009-03-142009-03-14 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-8/+58
2009-03-04 * inferior.h (notice_new_inferior): Declare.Pedro Alves1-33/+67
2009-02-252009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu1-2/+2
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-15/+10
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+1
2009-02-062009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+25
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves1-6/+5
2009-02-06 * remote.c (extended_remote_can_run): Delete.Pedro Alves1-10/+0
2009-01-14 * remote.c (extended_remote_mourn_1): Invalidate our notion ofPedro Alves1-0/+25
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-12 * remote.c (extended_remote_mourn_1): Always callPedro Alves1-4/+3
2008-12-12 * remote.c (remote_detach_1): Don't delete the inferior here.Pedro Alves1-23/+18
2008-12-12 * remote.c (read_ptid): If we don't know about any inferior yet,Pedro Alves1-9/+7
2008-12-09 * remote.c (remote_parse_stop_reply): Use REG only after its NULL check.Jan Kratochvil1-2/+2
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-0/+23
2008-11-24 PR gdb/2474Daniel Jacobowitz1-6/+40
2008-11-19 * remote.c (escape_buffer): New.Pedro Alves1-17/+64
2008-11-09 Kill pthread_ops_hackVladimir Prus1-12/+13
2008-11-05 * remote.c (notice_new_inferiors): Add a new inferior only whenPedro Alves1-7/+7
2008-11-04 * inf-loop.c (inferior_event_handler): On INF_ERROR andPedro Alves1-11/+10
2008-11-03 * remote.c (remote_start_remote): If the solib list is global,Pedro Alves1-0/+11
2008-10-28 * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey1-8/+2
2008-10-27 * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves1-0/+8
2008-10-24 Remote non-stop mode support.Pedro Alves1-200/+1110
2008-10-172008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+31
2008-10-17 * remote.c (record_currthread): Add inferior before child threads.Pedro Alves1-11/+15
2008-10-16 * remote.c (set_general_process): New.Pedro Alves1-0/+27
2008-10-16 * remote.c (push_remote_target): Delete.Pedro Alves1-17/+0
2008-10-15 * remote.c (remote_close): Unregister remote_desc from the eventPedro Alves1-23/+22
2008-10-10 * remote.c (remote_start_remote): Always tell the stub if we're inPedro Alves1-7/+7
2008-10-09 * remote.c (remote_wait): Rename to...Pedro Alves1-222/+232
2008-10-09 * remote.c (remote_open_1): Move acknowledging any pending ack,Pedro Alves1-54/+61
2008-10-08 * remote.c (struct remote_state) <waiting_for_stop_reply>: NewPedro Alves1-0/+45
2008-10-08 * remote.c (remote_get_thread_info): If the remote doesn't supportPedro Alves1-0/+4
2008-10-032008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-10/+14
2008-09-22 Remove the attach_flag global, and make it per-inferior.Pedro Alves1-4/+3
2008-09-22 Implement remote multi-process extensions.Pedro Alves1-117/+423
2008-08-27 * remote.c: Include "gdb_stat.h".Ulrich Weigand1-0/+1
2008-08-26ChangeLog:Ulrich Weigand1-1/+93
2008-08-26 * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand1-13/+12
2008-08-19 * target.c (target_async_permitted, target_async_permitted_1)Vladimir Prus1-46/+8