| Commit message (Expand) | Author | Age | Files | Lines |
* | 2009-02-25 Hui Zhu <teawater@gmail.com> | Hui Zhu | 2009-02-25 | 1 | -1/+1 |
* | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 2009-02-23 | 1 | -75/+95 |
* | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 2009-02-21 | 1 | -6/+6 |
* | * linux-nat.c (linux_nat_wait): Adjust. | Pedro Alves | 2009-02-06 | 1 | -32/+66 |
* | * target.c (target_get_osdata): Check for equal or higher than | Pedro Alves | 2009-02-06 | 1 | -3/+6 |
* | * remote.c (extended_remote_can_run): Delete. | Pedro Alves | 2009-02-06 | 1 | -7/+4 |
* | * target.c (target_create_inferior, target_detach) | Pedro Alves | 2009-02-06 | 1 | -59/+18 |
* | * target.h (target_stopped_data_address_p): Delete declaration, | Pedro Alves | 2009-02-05 | 1 | -15/+0 |
* | * target.h (target_waitstatus_to_string): Declare. | Doug Evans | 2009-02-01 | 1 | -31/+44 |
* | * target.c (target_xfer_partial): Use host_address_to_string to | Joel Brobecker | 2009-01-11 | 1 | -7/+8 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | 2008-12-16 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2008-12-16 | 1 | -4/+0 |
* | Implement -list-thread-groups --available | Vladimir Prus | 2008-12-02 | 1 | -0/+20 |
* | Kill pthread_ops_hack | Vladimir Prus | 2008-11-09 | 1 | -26/+88 |
* | * remote.c (remote_start_remote): If the solib list is global, | Pedro Alves | 2008-11-03 | 1 | -8/+21 |
* | * target.h (struct target_ops) <to_supports_multi_process>: New | Pedro Alves | 2008-10-27 | 1 | -0/+4 |
* | * target.h (struct target_ops): Add new field to_get_ada_task_ptid. | Joel Brobecker | 2008-10-22 | 1 | -0/+16 |
* | 2008-10-17 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2008-10-17 | 1 | -0/+1 |
* | Remove dead code. | Pedro Alves | 2008-10-14 | 1 | -8/+0 |
* | * remote.c (remote_open_1): Move acknowledging any pending ack, | Pedro Alves | 2008-10-09 | 1 | -0/+4 |
* | Remove the attach_flag global, and make it per-inferior. | Pedro Alves | 2008-09-22 | 1 | -6/+0 |
* | * gnu-nat.c (gnu_attach): Add process to inferiors table. | Pedro Alves | 2008-09-22 | 1 | -0/+9 |
* | * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch) | Ulrich Weigand | 2008-09-11 | 1 | -1/+1 |
* | * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz | Ulrich Weigand | 2008-09-05 | 1 | -4/+5 |
* | * target.c (update_current_target): Do not inherit to_open | Ulrich Weigand | 2008-09-05 | 1 | -5/+5 |
* | * breakpoint.h (struct bp_location): Change type of section | Ulrich Weigand | 2008-09-05 | 1 | -1/+1 |
* | * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d. | Doug Evans | 2008-09-04 | 1 | -2/+2 |
* | * gdbarch.sh (target_gdbarch): New global variable. | Ulrich Weigand | 2008-08-26 | 1 | -2/+2 |
* | * target.c (debug_print_register): Use regcache_raw_collect | Ulrich Weigand | 2008-08-26 | 1 | -3/+2 |
* | Make sure target supports non-stop. | Vladimir Prus | 2008-08-19 | 1 | -0/+24 |
* | * target.c (target_async_permitted, target_async_permitted_1) | Vladimir Prus | 2008-08-19 | 1 | -0/+39 |
* | * target.c (maybe_kill_then_attach) | Vladimir Prus | 2008-08-19 | 1 | -27/+0 |
* | * corelow.c (core_open): Assume there was no upper layer left | Pedro Alves | 2008-08-18 | 1 | -5/+11 |
* | * target.h (pop_all_targets): Declare. | Pedro Alves | 2008-08-16 | 1 | -0/+18 |
* | * target.c: Include "solib.h". | Ulrich Weigand | 2008-08-09 | 1 | -0/+19 |
* | Non-stop inferior control. | Pedro Alves | 2008-07-09 | 1 | -5/+6 |
* | Add "executing" property to threads. | Pedro Alves | 2008-07-09 | 1 | -1/+1 |
* | * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete. | Pedro Alves | 2008-07-03 | 1 | -0/+1 |
* | * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H. | Daniel Jacobowitz | 2008-06-26 | 1 | -1/+0 |
* | * target.c (target_read_until_error): New. | Vladimir Prus | 2008-06-26 | 1 | -0/+66 |
* | Implement *running. | Vladimir Prus | 2008-06-10 | 1 | -0/+9 |
* | * error.c (parse_find_args): Fix capitalization in previous patch. | Doug Evans | 2008-05-09 | 1 | -3/+3 |
* | New "find" command. | Doug Evans | 2008-05-09 | 1 | -0/+152 |
* | * target.h (struct target_ops): Add | Andreas Schwab | 2008-05-02 | 1 | -1/+36 |
* | * breakpoint.h (bp_location_p): New typedef. | Vladimir Prus | 2008-04-24 | 1 | -0/+8 |
* | * target.c (find_default_run_target): Allow a NULL `do_mesg' | Pedro Alves | 2008-03-28 | 1 | -6/+20 |
* | gdb/ | Pedro Alves | 2008-03-21 | 1 | -9/+28 |
* | Remove ignoring leading exec events code. | Vladimir Prus | 2008-03-15 | 1 | -19/+0 |
* | * breakpoint.h (breakpoint_restore_shadows): New | Daniel Jacobowitz | 2008-03-13 | 1 | -3/+32 |
* | * infcmd.c (kill_if_already_running): Make static. Use | Daniel Jacobowitz | 2008-02-28 | 1 | -0/+35 |