summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-102/+161
* Return early in target_xfer_partial when LEN is zero.Yao Qi2014-02-071-0/+4
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-3/+3
* Use gdb_byte * instead of void *Yao Qi2014-01-231-4/+4
* target: allow decr_pc_after_break to be defined by the targetMarkus Metzger2014-01-161-0/+21
* btrace, gdbserver: read branch trace incrementallyMarkus Metzger2014-01-161-4/+5
* record-btrace: provide xfer_partial target methodMarkus Metzger2014-01-161-0/+4
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-16/+44
* frame, backtrace: allow targets to supply a frame unwinderMarkus Metzger2014-01-161-0/+28
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-4/+5
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-8/+8
* Use correct default for target functions that return pointerAndreas Schwab2014-01-071-4/+12
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add target_xfer_partial_ftypeYao Qi2013-12-181-12/+4
* Add new target_read_raw_memory function, and consolidate comments.Pedro Alves2013-12-021-10/+24
* Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi2013-11-291-30/+37
* set/show code-cacheYao Qi2013-11-241-4/+19
* Renaming in target-dcache.cYao Qi2013-11-241-2/+2
* Move target-dcache out of target.cYao Qi2013-11-201-83/+3
* Don't update target_dcache if it is not initializedYao Qi2013-11-201-1/+2
* Remove last_cacheYao Qi2013-11-201-9/+38
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-2/+2
* Improve performance of large restore commandsAnton Blanchard2013-11-041-0/+7
* This is a simple bug. target_disable_btrace and target_teardown_btrace,Sergio Durigan Junior2013-10-161-2/+8
* Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves2013-10-091-15/+16
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-7/+7
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-7/+8
* * inf-child.c (inf_child_follow_fork) New parameterLuis Machado2013-09-031-4/+5
* target.c:target_read_live_memory: Fix type of local.Pedro Alves2013-08-231-1/+1
* PR gdb/15871: Unavailable entry value is not shown correctlyPedro Alves2013-08-221-8/+17
* * target.c (target_async_permitted_1): Fix comment.Doug Evans2013-07-291-1/+1
* remove pop_targetTom Tromey2013-07-251-15/+2
* don't call add_target for thread_db_opsTom Tromey2013-07-251-7/+16
* gdb/Luis Machado2013-07-241-46/+0
* gdb/Yao Qi2013-07-181-1/+1
* * target.h (struct target_section): Delete member bfd.Doug Evans2013-07-161-2/+4
* * target.c (find_run_target): Remove.Tom Tromey2013-06-271-24/+0
* * target.c (target_struct_index): Remove.Tom Tromey2013-06-271-1/+0
* 2013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson2013-06-041-0/+4
* * remote.c (remote_set_trace_notes): Make arguments const.Tom Tromey2013-05-141-1/+1
* * go32-nat.c (go32_terminal_info): Make 'args' const.Tom Tromey2013-05-141-5/+3
* * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey2013-05-141-1/+1
* gdb/Yao Qi2013-04-071-1/+1
* gdb/Yao Qi2013-03-291-3/+19
* gdb/Jan Kratochvil2013-03-201-13/+13
* Avoid invalid pointer to pointer conversions.Pedro Alves2013-03-111-14/+16
* Add command to print the function names from recorded instructions.Markus Metzger2013-03-111-0/+51
* Add a command to provide a disassembly of the execution trace log.Markus Metzger2013-03-111-0/+51
* Provide default target methods for record targets that are likely to be sharedMarkus Metzger2013-03-111-0/+17