summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-7/+12
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-8/+12
* 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-06-221-1/+1
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-48/+17
* * remote.c (compare_sections_command): Don't declare exec_bfd.Pedro Alves2009-05-221-1/+0
* * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves2009-05-211-16/+6
* * target.h (TARGET_WNOHANG): New.Pedro Alves2009-05-211-21/+18
* * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves2009-05-191-3/+2
* * remote.c (remote_query_attached): Fix pasto in packet_ok resultPedro Alves2009-04-161-1/+1
* * remote.c (append_resumption): New.Pedro Alves2009-04-011-58/+59
* * remote.c (remote_notice_new_inferior): Use ptid_is_pid. CheckPedro Alves2009-03-311-10/+33
* * remote.c (remote_stop_ns): If multi-process extensions are off,Pedro Alves2009-03-281-2/+2
* * remote.c (remote_start_remote): In non-stop mode, callPedro Alves2009-03-251-2/+7
* * infrun.c (normal_stop): Use has_stack_frames instead ofPedro Alves2009-03-251-23/+1
* * remote.c (remote_close): Don't call generic_mourn_inferior.Pedro Alves2009-03-181-3/+2
* * remote.c (remote_start_remote): Add missing call toPedro Alves2009-03-181-0/+2
* Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker2009-03-171-3/+3
* 2009-03-14 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-03-141-8/+58
* * inferior.h (notice_new_inferior): Declare.Pedro Alves2009-03-041-33/+67
* 2009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu2009-02-251-2/+2
* * corelow.c (get_core_registers): Adjust.Pedro Alves2009-02-231-15/+10
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-1/+1
* 2009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-02-061-0/+25
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-6/+5
* * remote.c (extended_remote_can_run): Delete.Pedro Alves2009-02-061-10/+0
* * remote.c (extended_remote_mourn_1): Invalidate our notion ofPedro Alves2009-01-141-0/+25
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * remote.c (extended_remote_mourn_1): Always callPedro Alves2008-12-121-4/+3
* * remote.c (remote_detach_1): Don't delete the inferior here.Pedro Alves2008-12-121-23/+18
* * remote.c (read_ptid): If we don't know about any inferior yet,Pedro Alves2008-12-121-9/+7
* * remote.c (remote_parse_stop_reply): Use REG only after its NULL check.Jan Kratochvil2008-12-091-2/+2
* Implement -list-thread-groups --availableVladimir Prus2008-12-021-0/+23
* PR gdb/2474Daniel Jacobowitz2008-11-241-6/+40
* * remote.c (escape_buffer): New.Pedro Alves2008-11-191-17/+64
* Kill pthread_ops_hackVladimir Prus2008-11-091-12/+13
* * remote.c (notice_new_inferiors): Add a new inferior only whenPedro Alves2008-11-051-7/+7
* * inf-loop.c (inferior_event_handler): On INF_ERROR andPedro Alves2008-11-041-11/+10
* * remote.c (remote_start_remote): If the solib list is global,Pedro Alves2008-11-031-0/+11
* * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey2008-10-281-8/+2
* * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves2008-10-271-0/+8
* Remote non-stop mode support.Pedro Alves2008-10-241-200/+1110
* 2008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-171-1/+31
* * remote.c (record_currthread): Add inferior before child threads.Pedro Alves2008-10-171-11/+15
* * remote.c (set_general_process): New.Pedro Alves2008-10-161-0/+27
* * remote.c (push_remote_target): Delete.Pedro Alves2008-10-161-17/+0
* * remote.c (remote_close): Unregister remote_desc from the eventPedro Alves2008-10-151-23/+22
* * remote.c (remote_start_remote): Always tell the stub if we're inPedro Alves2008-10-101-7/+7
* * remote.c (remote_wait): Rename to...Pedro Alves2008-10-091-222/+232
* * remote.c (remote_open_1): Move acknowledging any pending ack,Pedro Alves2008-10-091-54/+61
* * remote.c (struct remote_state) <waiting_for_stop_reply>: NewPedro Alves2008-10-081-0/+45