aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-8/+8
2014-01-07Use correct default for target functions that return pointerAndreas Schwab1-4/+12
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-12/+4
2013-12-02Add new target_read_raw_memory function, and consolidate comments.Pedro Alves1-10/+24
2013-11-29Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORYYao Qi1-30/+37
2013-11-24set/show code-cacheYao Qi1-4/+19
2013-11-24Renaming in target-dcache.cYao Qi1-2/+2
2013-11-20Move target-dcache out of target.cYao Qi1-83/+3
2013-11-20Don't update target_dcache if it is not initializedYao Qi1-1/+2
2013-11-20Remove last_cacheYao Qi1-9/+38
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-2/+2
2013-11-04Improve performance of large restore commandsAnton Blanchard1-0/+7
2013-10-16This is a simple bug. target_disable_btrace and target_teardown_btrace,Sergio Durigan Junior1-2/+8
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-15/+16
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-7/+7
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-7/+8
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado1-4/+5
2013-08-23target.c:target_read_live_memory: Fix type of local.Pedro Alves1-1/+1
2013-08-22PR gdb/15871: Unavailable entry value is not shown correctlyPedro Alves1-8/+17
2013-07-29 * target.c (target_async_permitted_1): Fix comment.Doug Evans1-1/+1
2013-07-25remove pop_targetTom Tromey1-15/+2
2013-07-25don't call add_target for thread_db_opsTom Tromey1-7/+16
2013-07-24 gdb/Luis Machado1-46/+0
2013-07-18gdb/Yao Qi1-1/+1
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans1-2/+4
2013-06-27 * target.c (find_run_target): Remove.Tom Tromey1-24/+0
2013-06-27 * target.c (target_struct_index): Remove.Tom Tromey1-1/+0
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-0/+4
2013-05-14 * remote.c (remote_set_trace_notes): Make arguments const.Tom Tromey1-1/+1
2013-05-14 * go32-nat.c (go32_terminal_info): Make 'args' const.Tom Tromey1-5/+3
2013-05-14 * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey1-1/+1
2013-04-07gdb/Yao Qi1-1/+1
2013-03-29gdb/Yao Qi1-3/+19
2013-03-20gdb/Jan Kratochvil1-13/+13
2013-03-11Avoid invalid pointer to pointer conversions.Pedro Alves1-14/+16
2013-03-11Add command to print the function names from recorded instructions.Markus Metzger1-0/+51
2013-03-11Add a command to provide a disassembly of the execution trace log.Markus Metzger1-0/+51
2013-03-11Provide default target methods for record targets that are likely to be sharedMarkus Metzger1-0/+17
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger1-0/+130
2013-03-11Add a new function to target.h to add an alias command for a target and mark itMarkus Metzger1-0/+15
2013-03-11Add branch trace information to struct thread_info.Markus Metzger1-0/+73
2013-03-082012-03-08 Stan Shebs <stan@codesourcery.com>Hafiz Abid Qadeer1-0/+4
2013-03-07target.c: fix -Wpointer-signPedro Alves1-6/+8
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14gdbTom Tromey1-3/+3
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-8/+8