aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Allow to document user-defined aliases.Philippe Waroquiers2-31/+69
2022-08-19Remove two initialization functionsTom Tromey2-9/+1
2022-07-18Remove manual lifetime management from cli_interpTom Tromey1-22/+14
2022-07-18Remove cli_out_newTom Tromey1-1/+1
2022-07-18Replace input_interactive_p with a methodTom Tromey1-2/+2
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess2-15/+120
2022-06-30GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki1-0/+2
2022-06-29GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki1-5/+5
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves1-66/+61
2022-06-23Don't declare cli_set_loggingTom Tromey1-5/+0
2022-06-17event_location -> location_specPedro Alves1-16/+16
2022-04-27gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_NRANGES macroSimon Marchi1-3/+4
2022-04-27gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi1-2/+2
2022-04-18gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi1-3/+3
2022-04-07gdb: remove symtab::objfileSimon Marchi1-2/+2
2022-04-07gdb: remove symtab::dirnameSimon Marchi1-2/+2
2022-03-31Remove dbx modeTom Tromey1-5/+1
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Unify gdb printf functionsTom Tromey8-158/+157
2022-03-29Unify gdb puts functionsTom Tromey4-24/+24
2022-03-29Unify vprintf functionsTom Tromey2-2/+2
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+1
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey1-1/+5
2022-03-28Use unique_ptr in CLI logging codeTom Tromey1-26/+17
2022-03-28Simplify the CLI set_logging logicTom Tromey1-16/+4
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess2-0/+47
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-3/+3
2022-02-07gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur1-0/+39
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur1-0/+4
2022-02-07gdb/cli: convert cli_suppress_notification from int to boolTankut Baris Aktemur3-10/+7
2022-02-06gdb: remove SYMTAB_DIRNAME macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-2/+2
2022-02-02gdb: handle calls to edit command passing only a linespec conditionAndrew Burgess1-3/+4
2022-02-02gdb: handle calls to list command passing only a linespec conditionAndrew Burgess1-0/+12
2022-01-26Always call the wrap_here methodTom Tromey2-7/+7
2022-01-26Convert wrap_here to use integer parameterTom Tromey2-7/+7
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess2-0/+20
2022-01-26gdb: add string_file::release methodSimon Marchi1-1/+1
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-0/+10
2022-01-18Move gdb_regex to gdbsupportTom Tromey3-3/+3
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-0/+1
2022-01-05Use filtered output in ordinary commandsTom Tromey2-19/+19
2022-01-05Simplify execute_control_commands_to_stringTom Tromey1-23/+7
2022-01-04[gdb/build] Fix build breaker in gdb/cli/cli-logging.cTom de Vries1-2/+2
2022-01-03[gdb/cli] Improve show logging outputTom de Vries1-8/+26
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker18-18/+18
2021-12-29Use filtered output in show callbacksTom Tromey1-2/+2
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-2/+2
2021-12-18gdb: add "exit" command as an alias for "quit"Enze Li1-1/+2