summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-3/+5
* Rename some command functionsSimon Marchi2017-08-221-4/+4
* Use containers to avoid cleanupsTom Tromey2017-08-031-26/+11
* Class-fy regcacheYao Qi2017-04-281-3/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-5/+5
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-4/+4
* Remove MAX_REGISTER_SIZE from target.cAlan Hayward2017-03-241-39/+3
* Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi2017-03-231-4/+0
* Add asserts in target_fetch/store_registersSimon Marchi2017-03-131-0/+4
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-141-0/+8
* Add command to erase all flash memory regionsLuis Machado2017-01-201-0/+49
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves2016-10-261-0/+28
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-061-0/+8
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+2
* gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves2016-09-181-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-6/+9
* Share target_wait prototype between GDB and gdbserverSergio Durigan Junior2016-09-011-0/+2
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-0/+8
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-2/+3
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-11/+0
* Optimize memory_xfer_partial for remoteDon Breazeal2016-07-011-2/+3
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-0/+22
* PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey2016-06-291-4/+11
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-4/+2
* Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves2016-06-211-0/+18
* Make input_fd be per UIPedro Alves2016-06-211-0/+16
* remove trivialy unused variablesTrevor Saunders2016-05-071-9/+1
* Eliminate target_check_pending_interruptPedro Alves2016-04-121-8/+0
* Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves2016-04-121-0/+21
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-0/+2
* Change SIGINT handler for extension languages only when target terminal is oursYao Qi2016-01-081-0/+8
* 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/+8
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* Fix '-data-read-memory-bytes' typo/assertionDon Breazeal2015-11-201-2/+3
* [C++] remote.c: Avoid enum arithmeticPedro Alves2015-11-191-11/+25
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-031-2/+4
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-15/+15
* target.c: Add a cast and change a typeSimon Marchi2015-10-261-4/+4
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-9/+9
* 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/+8
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-2/+2
* Extended-remote follow-execDon Breazeal2015-09-111-0/+8
* Merge async and sync code paths some morePedro Alves2015-09-091-0/+11
* Unset attach_flag when running a new processPatrick Palka2015-08-261-0/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-0/+8