summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: fix until behavior with trailing !is_stmt linesBruno Larsen2022-02-111-0/+39
* gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX2022-02-071-4/+4
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-1/+1
* gdb: add some extra debug information to attach_commandAndrew Burgess2022-01-131-0/+12
* Use filtered output in kill commandTom Tromey2022-01-051-4/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-3/+3
* [gdb/symtab] Support -readnow during rereadTom de Vries2021-12-071-2/+2
* gdb: introduce a new overload of target_can_async_pAndrew Burgess2021-11-251-1/+1
* gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi2021-11-081-0/+4
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-2/+2
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-8/+6
* gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess2021-09-081-1/+1
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-2/+2
* gdb: make inferior::m_terminal an std::stringSimon Marchi2021-07-231-4/+2
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-8/+6
* gdb: make inferior::m_args an std::stringSimon Marchi2021-07-231-2/+2
* gdb: add setter/getter for inferior cwdSimon Marchi2021-07-231-20/+4
* gdb: add setter/getter for inferior argumentsSimon Marchi2021-07-231-27/+7
* gdb: remove inferior::{argc,argv}Simon Marchi2021-07-231-19/+5
* gdb: un-share set_inferior_cwd declarationSimon Marchi2021-07-231-2/+3
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-16/+17
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-0/+4
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-3/+4
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-22/+31
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-4/+4
* gdb: some int to bool conversionAndrew Burgess2021-05-071-1/+1
* gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi2021-05-061-4/+7
* gdb/continuations: turn continuation functions into inferior methodsTankut Baris Aktemur2021-04-221-3/+2
* gdb/continuations: use lambdas instead of function pointersTankut Baris Aktemur2021-04-221-37/+8
* gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'Tankut Baris Aktemur2021-04-221-4/+1
* gdb/infcmd: update the comment for 'attach_post_wait'Tankut Baris Aktemur2021-04-221-3/+3
* gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'Tankut Baris Aktemur2021-04-221-8/+4
* [gdb/breakpoints] Workaround missing line-table entryTom de Vries2021-04-061-0/+14
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-0/+16
* gdb: remove current_top_target functionSimon Marchi2021-03-241-7/+7
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-1/+1
* detach in all-stop with threads runningPedro Alves2021-02-031-0/+13
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-10/+10
* Remove the exec_bfd macroTom Tromey2020-10-291-1/+1
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb/infcmd: remove redundant clear_proceed_status callTankut Baris Aktemur2020-10-071-1/+0
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-4/+4