| Commit message (Expand) | Author | Age | Files | Lines |
* | * target.c (target_terminal_inferior): Use target_can_async_p, not | Vladimir Prus | 2009-11-28 | 1 | -2/+4 |
* | 2009-10-25 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2009-11-20 | 1 | -0/+19 |
* | * dcache.c (dcache_hit, dcache_read_line): Tweak comments. | Doug Evans | 2009-11-13 | 1 | -8/+15 |
* | 2009-10-29 Sandra Loosemore <sandra@codesourcery.com> | Sandra Loosemore | 2009-10-29 | 1 | -1/+1 |
* | 2009-10-26 Michael Snyder <msnyder@vmware.com> | Hui Zhu | 2009-10-26 | 1 | -6/+8 |
* | * linux-nat.c (linux_nat_thread_address_space): New. | Pedro Alves | 2009-10-20 | 1 | -2/+17 |
* | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-10-19 | 1 | -3/+27 |
* | * ARI fix: "%p" rule. | Pierre Muller | 2009-10-06 | 1 | -2/+2 |
* | * target.c (memory_xfer_partial): Pass correct length to dcache_update. | Doug Evans | 2009-09-15 | 1 | -1/+1 |
* | Implementing catch syscall. | sergiodj | 2009-09-15 | 1 | -2/+6 |
* | * target.c (memory_xfer_partial): Only update dcache after we know | Doug Evans | 2009-09-14 | 1 | -13/+14 |
* | * target.c (initialize_targets): Fix thinko in stack_cache_enabled_p. | Doug Evans | 2009-09-08 | 1 | -1/+1 |
* | Implement TARGET_OBJECT_STACK_MEMORY. | Doug Evans | 2009-08-31 | 1 | -8/+94 |
* | Replace dcache with splay tree. | Doug Evans | 2009-08-20 | 1 | -4/+2 |
* | 2009-08-14 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-08-14 | 1 | -3/+27 |
* | ChangeLog: | Ulrich Weigand | 2009-07-31 | 1 | -1/+2 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -3/+4 |
* | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 2009-07-02 | 1 | -3/+3 |
* | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 2009-07-02 | 1 | -14/+22 |
* | * target.h (struct target_ops): New member to_thread_architecture. | Ulrich Weigand | 2009-07-02 | 1 | -0/+26 |
* | gdb/ | Daniel Jacobowitz | 2009-06-28 | 1 | -0/+2 |
* | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 2009-06-07 | 1 | -62/+152 |
* | * target.c: Include "exec.h". | Pedro Alves | 2009-06-03 | 1 | -106/+57 |
* | * target.h (struct section_table): Rename to ... | Pedro Alves | 2009-05-22 | 1 | -9/+9 |
* | * linux-nat.c (linux_nat_terminal_inferior) | Pedro Alves | 2009-05-21 | 1 | -0/+12 |
* | * target.h (TARGET_WNOHANG): New. | Pedro Alves | 2009-05-21 | 1 | -2/+2 |
* | * breakpoint.c (insert_breakpoints, breakpoint_init_inferior) | Pedro Alves | 2009-05-19 | 1 | -1/+1 |
* | Unify target macros. | Pierre Muller | 2009-05-11 | 1 | -2/+2 |
* | * target.c (target_mourn_inferior): Call bfd_cache_close_all | Joel Brobecker | 2009-04-14 | 1 | -0/+6 |
* | Add a target_ops parameter to the to_kill method in struct target_ops. | Joel Brobecker | 2009-03-17 | 1 | -15/+19 |
* | 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 |