aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-042003-08-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-08-042003-08-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-12/+4
2003-08-042003-08-04 David Carlton <carlton@kealia.com>David Carlton1-1/+1
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-19/+26
2003-06-302003-06-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+2
2003-06-292003-06-29 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-23/+12
2003-06-17gdb/Daniel Jacobowitz1-9/+11
2003-06-17 * remote.c (remote_prepare_to_store): Replace call toDaniel Jacobowitz1-5/+8
2003-06-10 * Makefile.in: Add dependencies for remote-fileio.o.Corinna Vinschen1-6/+13
2003-06-082003-06-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-25/+25
2003-06-082003-06-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+3
2003-06-06 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.Mark Mitchell1-4/+8
2003-06-04* remote.c (init_remote_state): Compute sizeof_g_packet byTheodore A. Roth1-4/+8
2003-05-172003-05-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-05-152003-05-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-12/+13
2003-05-082003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+3
2003-05-07Index: gdb/ChangeLogAndrew Cagney1-1/+4
2003-04-18 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.Richard Henderson1-3/+0
2003-02-202003-02-20 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+19
2002-11-142002-11-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+2
2002-08-18 * remote.c (remote_open_1): Add async_p.Daniel Jacobowitz1-142/+31
2002-08-16 * remote.c (remote_insert_hw_breakpoint)Grace Sainsbury1-6/+10
2002-08-09 * remote.c: (remote_wait, remote_async_wait): Add check for awatchGrace Sainsbury1-28/+162
2002-08-08* remote.c (remote_wait, remote_async_wait): ChangeGrace Sainsbury1-4/+4
2002-07-23Fix error check in remote_read_bytesMark Salter1-1/+3
2002-07-11Fix some K&R isms.Andrew Cagney1-1/+1
2002-06-15* command.h (add_setshow_auto_boolean_cmd): ReplaceAndrew Cagney1-38/+43
2002-06-15* cli/cli-decode.c (add_setshow_boolean_cmd): ReplaceAndrew Cagney1-5/+5
2002-06-15* defs.h (auto_boolean): Declare enum.Andrew Cagney1-12/+12
2002-05-19From Fernando Nasser:Andrew Cagney1-6/+12
2002-05-19* remote.c (remote_start_remote_dummy): Add uiout parameter.Andrew Cagney1-21/+44
2002-05-19* remote.c (remote_start_remote): Replace PTR with void pointer.Andrew Cagney1-4/+4
2002-05-142002-05-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-3/+23
2002-05-12* gdbarch.sh (gdbarch_data): Add gdbarch parameter.Andrew Cagney1-1/+1
2002-04-132002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
2002-03-23* defs.h (error): Add printf format attribute.Andrew Cagney1-2/+2
2002-02-27* remote.c (_initialize_remote): By default, disable ``e'' andAndrew Cagney1-0/+8
2002-02-10* defs.h (throw_exception): Rename return_to_top_level. UpdateAndrew Cagney1-2/+2
2002-02-05* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.Andrew Cagney1-2/+2
2002-01-19Remove ATTRIBUTE_UNUSED. Update (C).Andrew Cagney1-2/+1
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-7/+3
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-1/+1
2001-12-20* remote.c (struct packet_reg): Add field in_g_packet.Andrew Cagney1-29/+50
2001-11-19Use ISO C long strings.Andrew Cagney1-9/+8
2001-11-15* remote.c (struct packet_reg): Declare.Andrew Cagney1-59/+121
2001-11-15Really zap tty_input from multi-arch swap.Andrew Cagney1-1/+0
2001-11-15* TODO (register_buffer): Delete.Andrew Cagney1-8/+18
2001-11-15Move global state variables to ``struct remote_state''.Andrew Cagney1-147/+205
2001-11-15* remote.c: Include "gdb_assert.h".Andrew Cagney1-6/+5
2001-10-21Add explicit #include of "value.h".Andrew Cagney1-0/+1