Remove path name from test case
[binutils-gdb.git] / gdb / main.c
2023-10-06 Thiago Jung Bauermanngdb/configure.ac: Add option --with-additional-debug...
2023-10-05 Andrew Burgessgdb: remove print_sys_errmsg
2023-09-29 Tom TromeySupport the NO_COLOR environment variable
2023-09-08 Simon Marchigdb: remove interp_pre_command_loop
2023-06-16 Andrew Burgessgdb: update IRC reference from Freenode to Libera.Chat
2023-05-30 Simon Marchigdb: add interp::on_command_error method
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01 Tom TromeyTurn set_inferior_args_vector into method of inferior
2023-02-27 Kevin BuettnerHandle gdb SIGTERM by throwing / catching gdb_exception...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyRemove MI version 1
2022-08-31 Tom TromeyRemove a ui-related memory leak
2022-08-31 Tom TromeyRemove the "for moment" comments
2022-06-22 Tom TromeyUse std::string for interpreter_p
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-01 Tom TromeyStyle URLs in GDB output
2022-03-31 Tom TromeyRemove dbx mode
2022-03-29 Tom TromeyRemove unnecessary calls to wrap_here and gdb_flush
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-07 Tom TromeyDeprecate dbx mode
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-05-22 Philippe WaroquiersFix option type comments for CMDARG_EARLYINIT_FILE...
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb: initialise extension languages after processing...
2021-04-28 Andrew Burgessgdb: remove unused argument from gdb_init
2021-04-15 Tom Tromeygdb: add "set startup-quietly" command
2021-04-15 Andrew Burgessgdb: process early initialization files and command...
2021-04-15 Andrew Burgessgdb: refactor the initialization file lookup code
2021-02-18 Marco Barisionegdb: add missing full stops in --help
2021-01-21 Simon Marchigdb: convert auto-load to new-style debug macros
2021-01-12 Simon Marchigdb: move baud_rate and serial_parity declarations...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-07 Tankut Baris Aktemurgdb/main: execute breakpoint commands for '-iex' and...
2020-11-02 Andrew Burgessgdb: new function to wrap up executing command line...
2020-11-02 Andrew Burgessgdb: use get_standard_config_dir when looking for ...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-11 Jonny Grantgdb: add mailing list and IRC information to --help
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13 Tom TromeyMove start_event_loop out of event-loop.c
2020-02-20 Andrew Burgessgdb: Allow more control over where to find python libraries
2020-01-03 Philippe WaroquiersEnsure GDB warnings are styled.
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Tom TromeyIntroduce alternate_signal_stack RAII class
2019-10-29 Christian BiesingerLoad system gdbinit files from a directory
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-10 Christian BiesingerInclude gdbtk.h to avoid declarations
2019-10-01 Philippe WaroquiersFix leak due to assigning a xstrdup-ed string to the...
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-11 Christian BiesingerFactor out the code to do the datadir-relocation for...
2019-09-11 Christian BiesingerRefactor get_init_files to use std::string
2019-09-06 Christian BiesingerChange int to bool for the relocate_* functions
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-31 Philippe WaroquiersAdd previous_saved_command_line to allow a command...
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-06 Tom TromeyRemove basic cleanup code
2019-02-21 Alan HaywardDisable styling when running in batch mode
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-30 Tom TromeyCheck return value of bfd_init
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-24 Tom TromeyAdd "const" to a few locals in gdb
2018-08-29 Gary BensonIndicate batch mode failures by exiting with nonzero...
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-06-05 Tom TromeyRemove some text from --version output
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-01-05 Pedro AlvesFix regression: cannot start with LD_PRELOAD=libSegFaul...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-07 Tom TromeyConstify execute_command
2017-10-20 Pedro AlvesFix gdb.gdb/ selftest tests when testing optimized...
2017-10-10 Pedro AlvesEliminate catch_errors
2017-10-03 Tom TromeyRemove make_delete_ui_cleanup
2017-09-30 Tom TromeyRemove some unused declarations
2017-09-22 Sergio Durigan JuniorGet rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"
2017-09-20 Tom TromeyOverload catch_command_errors
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-06-25 Simon Marchimain: Don't add int to string
2017-04-05 Pedro Alves-Wwrite-strings: Constify warning_pre_print
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-09 Pedro Alvesgdb: Use vector::emplace_back
2016-10-26 Sandra LoosemorePR 20569, segv in follow_exec
2016-10-21 Tom TromeyRemove last cleanup from captured_main_1
2016-10-21 Tom TromeyChange command stats reporting to use class
2016-09-19 Pedro Alvesgdb: Fix build breakage with GCC 4.1 and --disable-nls
next