Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | * remote.c (remote_threads_extra_info): Don't query the remote | Pedro Alves | 1 | -0/+6 |
2008-07-09 | Non-stop inferior control. | Pedro Alves | 1 | -3/+3 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -7/+0 |
2008-06-27 | * remote.c (remote_insert_breakpoint): Ensure that if Z0 | Jonathan Larmour | 1 | -4/+7 |
2008-06-27 | * infrun.c (start_remote): Don't clear thread list here. | Pedro Alves | 1 | -5/+49 |
2008-06-27 | Use ptid_t.tid to store thread ids instead of ptid_t.pid. | Pedro Alves | 1 | -87/+151 |
2008-06-11 | * NEWS: Mention support removal of undocumented S AA p PID stop | Pedro Alves | 1 | -6/+0 |
2008-06-09 | * remote.c (remote_wait): Include beginning of malformed packet | Doug Evans | 1 | -2/+4 |
2008-06-05 | Replace 'target async' by 'maintenance set remote-async' and | Pedro Alves | 1 | -435/+108 |
2008-06-05 | * remote.c (kill_kludge): Delete. | Pedro Alves | 1 | -24/+0 |
2008-06-05 | * remote.c (get_offsets): Handle a single segment. | Daniel Jacobowitz | 1 | -0/+10 |
2008-05-17 | * remote.c (init_extended_remote_ops): Fix typo. | Pedro Alves | 1 | -2/+2 |
2008-05-09 | * remote.c (remote_search_memory): Fix capilization in error messages. | Doug Evans | 1 | -3/+3 |
2008-05-09 | New "find" command. | Doug Evans | 1 | -0/+93 |
2008-05-08 | * remote.c (extended_remote_attach_1): Call target_find_description. | Ulrich Weigand | 1 | -2/+13 |
2008-05-08 | * remote.c (extended_remote_create_inferior_1): Clean up | Daniel Jacobowitz | 1 | -4/+6 |
2008-05-07 | * remote.c (remote_insert_breakpoint): Call get_remote_state | Jie Zhang | 1 | -8/+14 |
2008-03-21 | gdb/ | Pedro Alves | 1 | -4/+22 |
2008-03-14 | Async mode fixes. | Vladimir Prus | 1 | -0/+2 |
2008-03-14 | Remove unused remote.c hooks. | Vladimir Prus | 1 | -20/+0 |
2008-03-07 | * remote.c (extended_remote_attach_1): Make local variable pid an int | Joel Brobecker | 1 | -1/+1 |
2008-03-05 | * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update. | Daniel Jacobowitz | 1 | -23/+12 |
2008-02-27 | * remote.c (remote_wait, remote_async_wait): Stop if we receive | Daniel Jacobowitz | 1 | -2/+10 |
2008-02-25 | * remote.c (remote_get_threadlist): If the response | Vladimir Prus | 1 | -3/+6 |
2008-02-21 | * remote.c (extended_remote_attach_1): Set attach_flag. | Pedro Alves | 1 | -0/+2 |
2008-01-30 | * linux-low.c (linux_attach_lwp): Do not _exit after errors. | Daniel Jacobowitz | 1 | -109/+404 |
2008-01-23 | * remote.c (remote_wait): Handle SIGINT between packets. | Daniel Jacobowitz | 1 | -1/+17 |
2008-01-23 | Inform about new thread in a single place. | Vladimir Prus | 1 | -6/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-31 | * remote.c (unpack_nibble): Use fromhex. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-07 | * target.c (update_current_target): Inherit to_log_command. | Maciej W. Rozycki | 1 | -0/+1 |
2007-11-30 | * remote.c (remote_cmdlist): New variable. | Daniel Jacobowitz | 1 | -0/+668 |
2007-10-08 | 2007-10-08 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -16/+18 |
2007-10-05 | * remote.c (get_offsets): Only call free_symfile_segment_data if | Daniel Jacobowitz | 1 | -1/+2 |
2007-10-01 | 2007-09-16 Daniel Jacobowitz <dan@codesourcery.com> | Daniel Jacobowitz | 1 | -4/+1 |
2007-09-26 | * remote.c (getpkt_sane): Fix error message. No animals were | Jim Blandy | 1 | -1/+1 |
2007-09-24 | * symfile.h (struct symfile_segment_data): Doc fixes. | Jim Blandy | 1 | -18/+14 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-07-03 | 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com> | Daniel Jacobowitz | 1 | -3/+13 |
2007-07-02 | * Makefile.in (XMLFILES): Add library-list.dtd. | Daniel Jacobowitz | 1 | -8/+51 |
2007-06-22 | * remote.c (remote_address_masked): If remote_address_size is zero, | Ulrich Weigand | 1 | -15/+8 |
2007-06-18 | * coffread.c (coff_sym_fns): Add default_symfile_segments. | Daniel Jacobowitz | 1 | -25/+91 |
2007-06-16 | * regcache.c (struct regcache): Add ptid_t member. | Ulrich Weigand | 1 | -2/+3 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+1 |
2007-06-13 | 2007-06-13 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -2/+4 |
2007-06-13 | * remote.c (remote_protocol_features): Add qXfer:spu:read and | Ulrich Weigand | 1 | -0/+4 |
2007-06-12 | ChangeLog: | Ulrich Weigand | 1 | -3/+63 |
2007-06-09 | 2007-06-09 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+2 |
2007-06-07 | * remote.c (process_g_packet): Don't check size. | Vladimir Prus | 1 | -2/+0 |
2007-05-31 | 2007-05-31 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -13/+18 |