aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-02Introduce target_fileio_fstatGary Benson1-0/+12
2015-03-25Simplify target_async hook interfacePedro Alves1-4/+4
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+4
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-10/+0
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-0/+44
2015-03-03Remove unused function declarations in target.hSimon Marchi1-5/+0
2015-02-27target.h: Include infrun.hPedro Alves1-0/+2
2015-02-20Garbage collect forward_target_decr_pc_after_breakPedro Alves1-4/+0
2015-02-09record btrace: add configuration structMarkus Metzger1-5/+19
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-3/+2
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-5/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi1-0/+4
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves1-0/+5
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves1-13/+7
2014-10-15Push pruning old threads down to the targetPedro Alves1-3/+3
2014-09-22Update target_stop's documentationGary Benson1-2/+4
2014-09-11Introduce target/target.hGary Benson1-4/+3
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-10/+0
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-25properly parenthesize two macrosTom Tromey1-2/+2
2014-07-24constify target fieldsTom Tromey1-3/+3
2014-07-24auto-generate most target debug methodsTom Tromey1-4/+19
2014-07-18fix PR gdb/17130Tom Tromey1-0/+5
2014-07-16reformat comment in target.hTom Tromey1-1/+2
2014-07-07change to_info_record to use target delegationTom Tromey1-4/+2