summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split record.h into record.h and record-full.h.Markus Metzger2013-03-111-0/+130
* Add a new function to target.h to add an alias command for a target and mark itMarkus Metzger2013-03-111-0/+15
* Add branch trace information to struct thread_info.Markus Metzger2013-03-111-0/+73
* 2012-03-08 Stan Shebs <stan@codesourcery.com>Hafiz Abid Qadeer2013-03-081-0/+4
* target.c: fix -Wpointer-signPedro Alves2013-03-071-6/+8
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-1/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-3/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdbTom Tromey2012-12-141-3/+3
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-8/+8
* 2012-10-26 Pedro Alves <palves@redhat.com>Pedro Alves2012-10-261-0/+2
* http://sourceware.org/ml/gdb-patches/2012-09/msg00568.htmlAndrew Burgess2012-10-011-3/+5
* gdb/Yao Qi2012-08-021-5/+5