aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi1-5/+8
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-16/+2
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-1/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-4/+4
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+8
2017-01-20Add command to erase all flash memory regionsLuis Machado1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-11/+36
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior1-6/+0
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+1
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior1-11/+1
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-3/+6
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-6/+8
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal1-0/+6
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-0/+5
2016-04-12Eliminate target_check_pending_interruptPedro Alves1-10/+0
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves1-0/+13
2016-03-09gdb: fix doc string of target_can_use_hardware_watchpoint.Jose E. Marchesi1-1/+2
2016-01-08Change SIGINT handler for extension languages only when target terminal is oursYao Qi1-0/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Remote thread create/exit eventsPedro Alves1-0/+5
2015-11-26Display names of remote threadsSimon Marchi1-2/+2
2015-11-26Constify thread name return pathSimon Marchi1-2/+2
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves1-0/+4
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi1-4/+8
2015-09-18target: add to_record_will_replay target methodMarkus Metzger1-0/+8
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger1-0/+7
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-3/+3
2015-09-15Support single step by arch or targetYao Qi1-0/+9
2015-09-11Extended-remote follow-execDon Breazeal1-0/+7
2015-09-09Delete enum inferior_event_handler::INF_TIMERPedro Alves1-2/+0
2015-09-09Garbage collect thread continuationsPedro Alves1-5/+0
2015-09-09Merge async and sync code paths some morePedro Alves1-1/+8
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+10
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-3/+14
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-0/+8
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-0/+13
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-2/+1
2015-08-07Add comments to currently_stepping and target_resumePedro Alves1-2/+2
2015-07-31Mostly trivial enum fixesSimon Marchi1-5/+9
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-0/+5
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-0/+10
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil1-10/+0
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi1-7/+26
2015-06-12Various cleanups in target read/write codeSimon Marchi1-3/+3
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-39/+67
2015-04-17Update comments to target_can_use_hardware_watchpointYao Qi1-5/+8
2015-04-17Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson1-1/+6
2015-04-02Introduce target_filesystem_is_localGary Benson1-0/+11