aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-logging.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Unify gdb printf functionsTom Tromey1-23/+22
2022-01-05Use filtered output in ordinary commandsTom Tromey1-12/+12
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 Brobecker1-1/+1
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-03gdb: make saved_filename an std::stringSimon Marchi1-10/+10
2021-11-25[gdb/cli] Add "set logging enabled", deprecate "set logging on/off"Tom de Vries1-4/+54
2021-11-25[gdb/cli] Fix typo in logging overwrite help textTom de Vries1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+6
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-13/+10
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-43/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Use styled_string for "show logging filename"Tom Tromey1-2/+3
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-06-14Do not emit style escape sequences to log fileTom Tromey1-1/+1
2019-05-17Add debug redirect optionAlan Hayward1-2/+25
2019-05-17Change file close behavior for tee_fileAlan Hayward1-18/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+4
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-27Constify some commands in cli-logging.cTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-62/+30
2017-02-02Fix "-gdb-set logging redirect on" crashPedro Alves1-83/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-32/+23
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-10/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-6/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans1-1/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-03Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-05-30simplify cli-logging.c for analysisTom Tromey1-4/+5
2013-02-12Consistent use of (C) after "Copyright".Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-06-28 Make logging work for MI.Stan Shebs1-21/+43
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+3
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-9/+9