summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add some additional thread status debug outputAndrew Burgess2022-05-031-11/+8
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-3/+3
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-1/+1
* gdb: remove reggroup_next and reggroup_prevAndrew Burgess2022-04-071-7/+7
* gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi2022-03-311-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-51/+51
* Unify gdb puts functionsTom Tromey2022-03-291-14/+14
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-5/+5
* Add more filename stylingTom Tromey2022-02-281-1/+2
* Enable async mode in the target in attach_cmd.John Baldwin2022-02-221-0/+4
* gdb: Respect the DW_CC_nocall attributeLancelot SIX2022-02-151-0/+9
* gdb: add a symbol* argument to get_return_valueLancelot SIX2022-02-151-6/+5
* 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