aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-111/+100
2018-05-03target_ops: Use bool throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-469/+377
2018-05-03Eliminate target_ops::to_xclosePedro Alves1-3/+1
2018-04-11File I/O file handles after target closesPedro Alves1-3/+29
2018-04-11C++ify fileio_fh_t, replace VEC with std::vectorPedro Alves1-38/+42
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-52/+34
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-2/+3
2018-03-17Remove target_fileio_close_cleanupTom Tromey1-16/+32
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-6/+6
2018-03-01Propagate record_print_flagsSimon Marchi1-3/+3
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-8/+0
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-17/+106
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-3/+10
2018-01-19Remove args from target detachSimon Marchi1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+2
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-24regcache::cooked_read unit testYao Qi1-0/+47
2017-11-07Constify add_setshow_*Tom Tromey1-6/+6
2017-11-07Constify add_infoTom Tromey1-3/+1
2017-11-07Constify add_comTom Tromey1-3/+2
2017-10-21Get rid of VEC (mem_region)Simon Marchi1-26/+18
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey1-4/+4
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-9/+7
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+1
2017-10-04Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves1-1/+3
2017-09-29Remove free_memory_read_result_vectorTom Tromey1-54/+21
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey1-7/+3
2017-09-27Constify maintenance_print_target_stackTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-2/+2
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner1-0/+9
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-77/+23
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-13/+3
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-4/+1
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-3/+5
2017-08-22Rename some command functionsSimon Marchi1-4/+4
2017-08-03Use containers to avoid cleanupsTom Tromey1-26/+11
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