aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Class-fy regcacheYao Qi1-3/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-5/+5
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-4/+4
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward1-39/+3
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi1-4/+0
2017-03-13Add asserts in target_fetch/store_registersSimon Marchi1-0/+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/+49
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+28
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior1-0/+8
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+2
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-6/+9
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior1-0/+2
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-0/+8
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-2/+3
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-11/+0
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal1-2/+3
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-0/+22
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey1-4/+11
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-4/+2
2016-06-21Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves1-0/+18
2016-06-21Make input_fd be per UIPedro Alves1-0/+16
2016-05-07remove trivialy unused variablesTrevor Saunders1-9/+1
2016-04-12Eliminate target_check_pending_interruptPedro Alves1-8/+0
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves1-0/+21
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-0/+2
2016-01-08Change SIGINT handler for extension languages only when target terminal is oursYao Qi1-0/+8
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/+8
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-11-20Fix '-data-read-memory-bytes' typo/assertionDon Breazeal1-2/+3
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves1-11/+25
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi1-2/+4
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-15/+15
2015-10-26target.c: Add a cast and change a typeSimon Marchi1-4/+4
2015-09-25Add some more casts (2/2)Simon Marchi1-3/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-9/+9
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/+8
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-2/+2
2015-09-11Extended-remote follow-execDon Breazeal1-0/+8
2015-09-09Merge async and sync code paths some morePedro Alves1-0/+11
2015-08-26Unset attach_flag when running a new processPatrick Palka1-0/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+8
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-7/+31
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-0/+12
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-0/+71