summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* [gdb/cli] Make quit really quit after remote connection closedTom de Vries2022-11-081-1/+14
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Use scoped_value_mark in more placesTom Tromey2022-10-141-16/+16
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-021-0/+6
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* Allow to document user-defined aliases.Philippe Waroquiers2022-08-252-31/+69
* Remove two initialization functionsTom Tromey2022-08-192-9/+1
* Remove manual lifetime management from cli_interpTom Tromey2022-07-181-22/+14
* Remove cli_out_newTom Tromey2022-07-181-1/+1
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+2
* gdb: add support for disassembler styling using libopcodesAndrew Burgess2022-07-112-15/+120
* GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki2022-06-301-0/+2
* GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki2022-06-291-5/+5
* Eliminate TUI/CLI observers duplicationPedro Alves2022-06-241-66/+61
* Don't declare cli_set_loggingTom Tromey2022-06-231-5/+0
* event_location -> location_specPedro Alves2022-06-171-16/+16
* 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