aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-28Add more filename stylingTom Tromey1-1/+2
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-0/+4
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX1-0/+9
2022-02-15gdb: add a symbol* argument to get_return_valueLancelot SIX1-6/+5
2022-02-11gdb: fix until behavior with trailing !is_stmt linesBruno Larsen1-0/+39
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-4/+4
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess1-0/+12
2022-01-05Use filtered output in kill commandTom Tromey1-4/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-3/+3
2021-12-07[gdb/symtab] Support -readnow during rereadTom de Vries1-2/+2
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess1-1/+1
2021-11-08gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi1-0/+4
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-2/+2
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-8/+6
2021-09-08gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess1-1/+1
2021-09-07gdb: make thread_info::executing privateAndrew Burgess1-2/+2
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi1-4/+2
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-8/+6
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-2/+2
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi1-20/+4
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-27/+7
2021-07-23gdb: remove inferior::{argc,argv}Simon Marchi1-19/+5
2021-07-23gdb: un-share set_inferior_cwd declarationSimon Marchi1-2/+3
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-16/+17
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-0/+4
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-3/+4
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-22/+31
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-4/+4
2021-05-07gdb: some int to bool conversionAndrew Burgess1-1/+1
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi1-4/+7
2021-04-22gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur1-3/+2
2021-04-22gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur1-37/+8
2021-04-22gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur1-4/+1
2021-04-22gdb/infcmd: update the comment for 'attach_post_wait'Tankut Baris Aktemur1-3/+3
2021-04-22gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'Tankut Baris Aktemur1-8/+4
2021-04-06[gdb/breakpoints] Workaround missing line-table entryTom de Vries1-0/+14
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+16
2021-03-24gdb: remove current_top_target functionSimon Marchi1-7/+7
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-1/+1
2021-02-03detach in all-stop with threads runningPedro Alves1-0/+13
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-10/+10