summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-271-3/+4
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi2022-04-181-3/+3
* gdb: remove symtab::objfileSimon Marchi2022-04-071-2/+2
* gdb: remove symtab::dirnameSimon Marchi2022-04-071-2/+2
* Remove dbx modeTom Tromey2022-03-311-5/+1
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-1/+0
* Unify gdb printf functionsTom Tromey2022-03-298-158/+157
* Unify gdb puts functionsTom Tromey2022-03-294-24/+24
* Unify vprintf functionsTom Tromey2022-03-292-2/+2
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+1
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-1/+5
* Use unique_ptr in CLI logging codeTom Tromey2022-03-281-26/+17
* Simplify the CLI set_logging logicTom Tromey2022-03-281-16/+4
* gdb: use python to colorize disassembler outputAndrew Burgess2022-02-142-0/+47
* gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX2022-02-071-3/+3
* gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur2022-02-071-0/+39
* gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur2022-02-071-0/+4
* gdb/cli: convert cli_suppress_notification from int to boolTankut Baris Aktemur2022-02-073-10/+7
* gdb: remove SYMTAB_DIRNAME macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-2/+2
* gdb: handle calls to edit command passing only a linespec conditionAndrew Burgess2022-02-021-3/+4
* gdb: handle calls to list command passing only a linespec conditionAndrew Burgess2022-02-021-0/+12
* Always call the wrap_here methodTom Tromey2022-01-262-7/+7
* Convert wrap_here to use integer parameterTom Tromey2022-01-262-7/+7
* gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess2022-01-262-0/+20
* gdb: add string_file::release methodSimon Marchi2022-01-261-1/+1
* Fix another crash with gdb parameters in PythonTom Tromey2022-01-261-0/+10
* Move gdb_regex to gdbsupportTom Tromey2022-01-183-3/+3
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Use filtered output in ordinary commandsTom Tromey2022-01-052-19/+19
* Simplify execute_control_commands_to_stringTom Tromey2022-01-051-23/+7
* [gdb/build] Fix build breaker in gdb/cli/cli-logging.cTom de Vries2022-01-041-2/+2
* [gdb/cli] Improve show logging outputTom de Vries2022-01-031-8/+26
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0118-18/+18
* Use filtered output in show callbacksTom Tromey2021-12-291-2/+2
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-2/+2
* gdb: add "exit" command as an alias for "quit"Enze Li2021-12-181-1/+2
* gdb: don't show deprecated aliasesSimon Marchi2021-12-041-3/+26
* gdb: change some alias functions parameters to const-referenceSimon Marchi2021-12-031-32/+32
* gdb: use intrusive_list for cmd_list_element aliases listSimon Marchi2021-12-032-50/+50
* gdb: make saved_filename an std::stringSimon Marchi2021-12-031-10/+10
* gdb: rename source_styling_changed observerAndrew Burgess2021-11-251-1/+1
* [gdb/cli] Add "set logging enabled", deprecate "set logging on/off"Tom de Vries2021-11-251-4/+54
* [gdb/cli] Fix typo in logging overwrite help textTom de Vries2021-11-251-1/+1
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-2/+2
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-163-12/+11
* [PR gdb/16238] Add completer for the show user commandLancelot SIX2021-11-141-1/+71
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1