summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* target.c: Remove struct keyword in range-based forSimon Marchi2018-12-261-1/+1
* gdb: Fix "info os <unknown>" commandPaul Marechal2018-12-211-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-21/+27
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-54/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-30/+0
* Move test_target_ops to a separate filePedro Alves2018-11-301-21/+0
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-5/+3
* Avoid crash when calling warning too earlyTom Tromey2018-11-081-2/+8
* Fix some comments in target.cSimon Marchi2018-08-081-1/+3
* gdb: Fix assert for extended-remote target (PR gdb/18050)Andrew Burgess2018-08-081-0/+6
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-21/+15
* Simple unused variable removalsTom Tromey2018-07-221-3/+0
* Remove ptid_equalTom Tromey2018-07-031-8/+8
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-15/+9
* Introduce class target_stackPedro Alves2018-06-071-60/+61
* Eliminate find_target_beneathPedro Alves2018-06-071-10/+0
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-54/+37
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-104/+110
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-111/+100
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-469/+377
* Eliminate target_ops::to_xclosePedro Alves2018-05-031-3/+1
* File I/O file handles after target closesPedro Alves2018-04-111-3/+29
* C++ify fileio_fh_t, replace VEC with std::vectorPedro Alves2018-04-111-38/+42
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-52/+34
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-2/+3
* Remove target_fileio_close_cleanupTom Tromey2018-03-171-16/+32
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-6/+6
* Propagate record_print_flagsSimon Marchi2018-03-011-3/+3
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-091-8/+0
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-17/+106
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-3/+10
* Remove args from target detachSimon Marchi2018-01-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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