index
:
ppe42-binutils
binutils-2_24-ppe42
GNU Binutils for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdb
/
remote.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
2003-06-30 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-06-30
1
-19
/
+26
*
2003-06-30 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-06-30
1
-1
/
+2
*
2003-06-29 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-06-29
1
-23
/
+12
*
gdb/
Daniel Jacobowitz
2003-06-17
1
-9
/
+11
*
* remote.c (remote_prepare_to_store): Replace call to
Daniel Jacobowitz
2003-06-17
1
-5
/
+8
*
* Makefile.in: Add dependencies for remote-fileio.o.
Corinna Vinschen
2003-06-10
1
-6
/
+13
*
2003-06-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-06-08
1
-25
/
+25
*
2003-06-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-06-08
1
-3
/
+3
*
* elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
Mark Mitchell
2003-06-06
1
-4
/
+8
*
* remote.c (init_remote_state): Compute sizeof_g_packet by
Theodore A. Roth
2003-06-04
1
-4
/
+8
*
2003-05-16 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-05-17
1
-2
/
+2
*
2003-05-15 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-05-15
1
-12
/
+13
*
2003-05-08 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2003-05-08
1
-3
/
+3
*
Index: gdb/ChangeLog
Andrew Cagney
2003-05-07
1
-1
/
+4
*
* remote.c (minitelnet): Don't redeclare escape_count, echo_check.
Richard Henderson
2003-04-18
1
-3
/
+0
*
2003-02-20 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney
2003-02-20
1
-2
/
+19
*
2002-11-13 Andrew Cagney <cagney@redhat.com>
Andrew Cagney
2002-11-14
1
-1
/
+2
*
* remote.c (remote_open_1): Add async_p.
Daniel Jacobowitz
2002-08-18
1
-142
/
+31
*
* remote.c (remote_insert_hw_breakpoint)
Grace Sainsbury
2002-08-16
1
-6
/
+10
*
* remote.c: (remote_wait, remote_async_wait): Add check for awatch
Grace Sainsbury
2002-08-09
1
-28
/
+162
*
* remote.c (remote_wait, remote_async_wait): Change
Grace Sainsbury
2002-08-08
1
-4
/
+4
*
Fix error check in remote_read_bytes
Mark Salter
2002-07-23
1
-1
/
+3
*
Fix some K&R isms.
Andrew Cagney
2002-07-11
1
-1
/
+1
*
* command.h (add_setshow_auto_boolean_cmd): Replace
Andrew Cagney
2002-06-15
1
-38
/
+43
*
* cli/cli-decode.c (add_setshow_boolean_cmd): Replace
Andrew Cagney
2002-06-15
1
-5
/
+5
*
* defs.h (auto_boolean): Declare enum.
Andrew Cagney
2002-06-15
1
-12
/
+12
*
From Fernando Nasser:
Andrew Cagney
2002-05-19
1
-6
/
+12
*
* remote.c (remote_start_remote_dummy): Add uiout parameter.
Andrew Cagney
2002-05-19
1
-21
/
+44
*
* remote.c (remote_start_remote): Replace PTR with void pointer.
Andrew Cagney
2002-05-19
1
-4
/
+4
*
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz
2002-05-14
1
-3
/
+23
*
* gdbarch.sh (gdbarch_data): Add gdbarch parameter.
Andrew Cagney
2002-05-12
1
-1
/
+1
*
2002-04-12 Michael Snyder <msnyder@redhat.com>
Michael Snyder
2002-04-13
1
-1
/
+1
*
* defs.h (error): Add printf format attribute.
Andrew Cagney
2002-03-23
1
-2
/
+2
*
* remote.c (_initialize_remote): By default, disable ``e'' and
Andrew Cagney
2002-02-27
1
-0
/
+8
*
* defs.h (throw_exception): Rename return_to_top_level. Update
Andrew Cagney
2002-02-10
1
-2
/
+2
*
* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
Andrew Cagney
2002-02-05
1
-2
/
+2
*
Remove ATTRIBUTE_UNUSED. Update (C).
Andrew Cagney
2002-01-19
1
-2
/
+1
*
Remove else clause to #if UI_OUT.
Andrew Cagney
2002-01-17
1
-7
/
+3
*
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
Andrew Cagney
2002-01-05
1
-1
/
+1
*
* remote.c (struct packet_reg): Add field in_g_packet.
Andrew Cagney
2001-12-20
1
-29
/
+50
*
Use ISO C long strings.
Andrew Cagney
2001-11-19
1
-9
/
+8
*
* remote.c (struct packet_reg): Declare.
Andrew Cagney
2001-11-15
1
-59
/
+121
*
Really zap tty_input from multi-arch swap.
Andrew Cagney
2001-11-15
1
-1
/
+0
*
* TODO (register_buffer): Delete.
Andrew Cagney
2001-11-15
1
-8
/
+18
*
Move global state variables to ``struct remote_state''.
Andrew Cagney
2001-11-15
1
-147
/
+205
*
* remote.c: Include "gdb_assert.h".
Andrew Cagney
2001-11-15
1
-6
/
+5
*
Add explicit #include of "value.h".
Andrew Cagney
2001-10-21
1
-0
/
+1
*
* cli/cli-decode.c (add_set_boolean_cmd): Define.
Andrew Cagney
2001-09-30
1
-4
/
+3
*
2001-08-10 Orjan Friberg <orjanf@axis.com>
Orjan Friberg
2001-08-10
1
-1
/
+1
*
* remote.c (init_remote_ops, init_remote_cisco_ops,
Nicholas Duffek
2001-07-17
1
-3
/
+5
[next]