aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2022-11-28Fix crash in "document" commandTom Tromey1-0/+2
2022-11-17Remove two obsolete declarationsTom Tromey1-4/+0
2022-11-16gdb: add "set style tui-current-position on|off", default to offPedro Alves1-2/+2
2022-11-08[gdb/cli] Make quit really quit after remote connection closedTom de Vries1-1/+14
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+2
2022-10-14Use scoped_value_mark in more placesTom Tromey1-16/+16
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-0/+6
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
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