summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+2
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* regcache::cooked_read unit testYao Qi2017-11-241-0/+47
* Constify add_setshow_*Tom Tromey2017-11-071-6/+6
* Constify add_infoTom Tromey2017-11-071-3/+1
* Constify add_comTom Tromey2017-11-071-3/+2
* Get rid of VEC (mem_region)Simon Marchi2017-10-211-26/+18
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-161-4/+4
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-9/+7
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+1
* Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves2017-10-041-1/+3
* Remove free_memory_read_result_vectorTom Tromey2017-09-291-54/+21
* Remove make_cleanup_defer_target_commit_resumeTom Tromey2017-09-291-7/+3
* Constify maintenance_print_target_stackTom Tromey2017-09-271-1/+1
* Add add_cmd function overloadsTom Tromey2017-09-271-2/+2
* Add target method for converting thread handle to thread_info struct pointerKevin Buettner2017-09-211-0/+9
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-77/+23
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-111-13/+3
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-091-4/+1
* 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