summaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Clear non-significant bits of address on memory accessYao Qi
2017-12-05Remove some unused variablesSimon Marchi
2017-11-24regcache::cooked_read unit testYao Qi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-21Get rid of VEC (mem_region)Simon Marchi
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-04Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves
2017-09-29Remove free_memory_read_result_vectorTom Tromey
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey
2017-09-27Constify maintenance_print_target_stackTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey
2017-09-04Introduce gdb_disassembly_flagsPedro Alves
2017-08-22Rename some command functionsSimon Marchi
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-04-28Class-fy regcacheYao Qi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi
2017-03-13Add asserts in target_fetch/store_registersSimon Marchi
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake
2017-01-20Add command to erase all flash memory regionsLuis Machado
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal
2016-07-01Factor out "Detaching from program" message printingPedro Alves
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves
2016-06-21Make input_fd be per UIPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-12Eliminate target_check_pending_interruptPedro Alves
2016-04-12Pass Ctrl-C to the target in target_terminal_inferiorPedro Alves