aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans1-8/+94
2009-08-20 Replace dcache with splay tree.Doug Evans1-4/+2
2009-08-142009-08-14 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-3/+27
2009-07-31ChangeLog:Ulrich Weigand1-1/+2
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-3/+4
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-3/+3
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-14/+22
2009-07-02 * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand1-0/+26
2009-06-28 gdb/Daniel Jacobowitz1-0/+2
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-62/+152
2009-06-03 * target.c: Include "exec.h".Pedro Alves1-106/+57
2009-05-22 * target.h (struct section_table): Rename to ...Pedro Alves1-9/+9
2009-05-21 * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves1-0/+12
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-2/+2
2009-05-19 * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves1-1/+1
2009-05-11 Unify target macros.Pierre Muller1-2/+2
2009-04-14 * target.c (target_mourn_inferior): Call bfd_cache_close_allJoel Brobecker1-0/+6
2009-03-17 Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker1-15/+19
2009-02-252009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu1-1/+1
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-75/+95
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-6/+6
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves1-32/+66
2009-02-06 * target.c (target_get_osdata): Check for equal or higher thanPedro Alves1-3/+6
2009-02-06 * remote.c (extended_remote_can_run): Delete.Pedro Alves1-7/+4
2009-02-06 * target.c (target_create_inferior, target_detach)Pedro Alves1-59/+18
2009-02-05 * target.h (target_stopped_data_address_p): Delete declaration,Pedro Alves1-15/+0
2009-02-01 * target.h (target_waitstatus_to_string): Declare.Doug Evans1-31/+44
2009-01-11 * target.c (target_xfer_partial): Use host_address_to_string toJoel Brobecker1-7/+8
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-162008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-4/+0
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-0/+20
2008-11-09 Kill pthread_ops_hackVladimir Prus1-26/+88
2008-11-03 * remote.c (remote_start_remote): If the solib list is global,Pedro Alves1-8/+21
2008-10-27 * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves1-0/+4
2008-10-22 * target.h (struct target_ops): Add new field to_get_ada_task_ptid.Joel Brobecker1-0/+16
2008-10-172008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2008-10-14 Remove dead code.Pedro Alves1-8/+0
2008-10-09 * remote.c (remote_open_1): Move acknowledging any pending ack,Pedro Alves1-0/+4
2008-09-22 Remove the attach_flag global, and make it per-inferior.Pedro Alves1-6/+0
2008-09-22 * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves1-0/+9
2008-09-11 * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand1-1/+1
2008-09-05 * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nzUlrich Weigand1-4/+5
2008-09-05 * target.c (update_current_target): Do not inherit to_openUlrich Weigand1-5/+5
2008-09-05 * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand1-1/+1
2008-09-04 * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.Doug Evans1-2/+2
2008-08-26 * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand1-2/+2
2008-08-26 * target.c (debug_print_register): Use regcache_raw_collectUlrich Weigand1-3/+2
2008-08-19 Make sure target supports non-stop.Vladimir Prus1-0/+24
2008-08-19 * target.c (target_async_permitted, target_async_permitted_1)Vladimir Prus1-0/+39
2008-08-19 * target.c (maybe_kill_then_attach)Vladimir Prus1-27/+0