summaryrefslogtreecommitdiff
path: root/gdb/target.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-11/+36
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-061-6/+0
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-3/+1
* Share target_wait prototype between GDB and gdbserverSergio Durigan Junior2016-09-011-11/+1
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-3/+6
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-6/+8
* Optimize memory_xfer_partial for remoteDon Breazeal2016-07-011-0/+6
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-0/+5
* Eliminate target_check_pending_interruptPedro Alves2016-04-121-10/+0
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-04-121-0/+13
* gdb: fix doc string of target_can_use_hardware_watchpoint.Jose E. Marchesi2016-03-091-1/+2
* Change SIGINT handler for extension languages only when target terminal is oursYao Qi2016-01-081-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remote thread create/exit eventsPedro Alves2015-11-301-0/+5
* Display names of remote threadsSimon Marchi2015-11-261-2/+2
* Constify thread name return pathSimon Marchi2015-11-261-2/+2
* [C++] remote.c: Avoid enum arithmeticPedro Alves2015-11-191-0/+4
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-031-4/+8
* target: add to_record_will_replay target methodMarkus Metzger2015-09-181-0/+8
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-181-0/+7
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-3/+3
* Support single step by arch or targetYao Qi2015-09-151-0/+9
* Extended-remote follow-execDon Breazeal2015-09-111-0/+7
* Delete enum inferior_event_handler::INF_TIMERPedro Alves2015-09-091-2/+0
* Garbage collect thread continuationsPedro Alves2015-09-091-5/+0
* Merge async and sync code paths some morePedro Alves2015-09-091-1/+8
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-0/+10
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-3/+14
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-0/+8
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-0/+13
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-2/+1
* Add comments to currently_stepping and target_resumePedro Alves2015-08-071-2/+2
* Mostly trivial enum fixesSimon Marchi2015-07-311-5/+9
* PR record/18691: Fix fails in solib-precsave.expYao Qi2015-07-291-0/+5
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-0/+10
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-151-10/+0
* target: consider addressable unit size when reading/writing memorySimon Marchi2015-06-121-7/+26
* Various cleanups in target read/write codeSimon Marchi2015-06-121-3/+3
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-39/+67
* Update comments to target_can_use_hardware_watchpointYao Qi2015-04-171-5/+8
* Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson2015-04-171-1/+6
* Introduce target_filesystem_is_localGary Benson2015-04-021-0/+11
* Introduce target_fileio_fstatGary Benson2015-04-021-0/+12
* Simplify target_async hook interfacePedro Alves2015-03-251-4/+4
* GDB: Add set/show serial parity command.Yury Grechishchev2015-03-231-0/+4
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-10/+0
* Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves2015-03-041-0/+44
* Remove unused function declarations in target.hSimon Marchi2015-03-031-5/+0
* target.h: Include infrun.hPedro Alves2015-02-271-0/+2
* Garbage collect forward_target_decr_pc_after_breakPedro Alves2015-02-201-4/+0