summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog:Ulrich Weigand2009-07-311-1/+2
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-3/+4
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-3/+3
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-14/+22
* * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand2009-07-021-0/+26
* gdb/Daniel Jacobowitz2009-06-281-0/+2
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-62/+152
* * target.c: Include "exec.h".Pedro Alves2009-06-031-106/+57
* * target.h (struct section_table): Rename to ...Pedro Alves2009-05-221-9/+9
* * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves2009-05-211-0/+12
* * target.h (TARGET_WNOHANG): New.Pedro Alves2009-05-211-2/+2
* * breakpoint.c (insert_breakpoints, breakpoint_init_inferior)Pedro Alves2009-05-191-1/+1
* Unify target macros.Pierre Muller2009-05-111-2/+2
* * target.c (target_mourn_inferior): Call bfd_cache_close_allJoel Brobecker2009-04-141-0/+6
* Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker2009-03-171-15/+19
* 2009-02-25 Hui Zhu <teawater@gmail.com>Hui Zhu2009-02-251-1/+1
* * corelow.c (get_core_registers): Adjust.Pedro Alves2009-02-231-75/+95
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-6/+6
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-32/+66
* * target.c (target_get_osdata): Check for equal or higher thanPedro Alves2009-02-061-3/+6
* * remote.c (extended_remote_can_run): Delete.Pedro Alves2009-02-061-7/+4
* * target.c (target_create_inferior, target_detach)Pedro Alves2009-02-061-59/+18
* * target.h (target_stopped_data_address_p): Delete declaration,Pedro Alves2009-02-051-15/+0
* * target.h (target_waitstatus_to_string): Declare.Doug Evans2009-02-011-31/+44
* * target.c (target_xfer_partial): Use host_address_to_string toJoel Brobecker2009-01-111-7/+8
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* 2008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold2008-12-161-4/+0
* Implement -list-thread-groups --availableVladimir Prus2008-12-021-0/+20
* Kill pthread_ops_hackVladimir Prus2008-11-091-26/+88
* * remote.c (remote_start_remote): If the solib list is global,Pedro Alves2008-11-031-8/+21
* * target.h (struct target_ops) <to_supports_multi_process>: NewPedro Alves2008-10-271-0/+4
* * target.h (struct target_ops): Add new field to_get_ada_task_ptid.Joel Brobecker2008-10-221-0/+16
* 2008-10-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2008-10-171-0/+1
* Remove dead code.Pedro Alves2008-10-141-8/+0
* * remote.c (remote_open_1): Move acknowledging any pending ack,Pedro Alves2008-10-091-0/+4
* Remove the attach_flag global, and make it per-inferior.Pedro Alves2008-09-221-6/+0
* * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves2008-09-221-0/+9
* * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand2008-09-111-1/+1
* * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nzUlrich Weigand2008-09-051-4/+5
* * target.c (update_current_target): Do not inherit to_openUlrich Weigand2008-09-051-5/+5
* * breakpoint.h (struct bp_location): Change type of sectionUlrich Weigand2008-09-051-1/+1
* * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.Doug Evans2008-09-041-2/+2
* * gdbarch.sh (target_gdbarch): New global variable.Ulrich Weigand2008-08-261-2/+2
* * target.c (debug_print_register): Use regcache_raw_collectUlrich Weigand2008-08-261-3/+2
* Make sure target supports non-stop.Vladimir Prus2008-08-191-0/+24
* * target.c (target_async_permitted, target_async_permitted_1)Vladimir Prus2008-08-191-0/+39
* * target.c (maybe_kill_then_attach)Vladimir Prus2008-08-191-27/+0
* * corelow.c (core_open): Assume there was no upper layer leftPedro Alves2008-08-181-5/+11
* * target.h (pop_all_targets): Declare.Pedro Alves2008-08-161-0/+18
* * target.c: Include "solib.h".Ulrich Weigand2008-08-091-0/+19