365 Commits (49a82d50c0ee41bf51db6899291a8beaea4e7e2a)

Author SHA1 Message Date
Tom Tromey 49a82d50c0 Remove dbx mode 4 years ago
Tom Tromey ebfc93611b Remove unnecessary calls to wrap_here and gdb_flush 5 years ago
Tom Tromey 6cb06a8cda Unify gdb printf functions 5 years ago
Tom Tromey 0426ad513f Unify gdb puts functions 5 years ago
Tom Tromey cfeab26e4d Deprecate dbx mode 5 years ago
Tom Tromey 1285ce8629 Always call the wrap_here method 5 years ago
Tom Tromey 6c92c33953 Convert wrap_here to use integer parameter 5 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 5 years ago
Andrew Burgess 8579fd136a gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr 5 years ago
Simon Marchi e0700ba44c gdb: make string-like set show commands use std::string variable 5 years ago
Philippe Waroquiers 8569d6e13c Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND. 5 years ago
Andrew Burgess 041ca48e97 gdb: extension languages finish_initialization to initialize 5 years ago
Andrew Burgess 1178f01adf gdb: initialise extension languages after processing early startup files 6 years ago
Andrew Burgess a3b5ef3e45 gdb: remove unused argument from gdb_init 5 years ago
Tom Tromey 5809fbf2e2 gdb: add "set startup-quietly" command 6 years ago
Andrew Burgess 92e4e97a9f gdb: process early initialization files and command line options 6 years ago
Andrew Burgess 54b4dcc530 gdb: refactor the initialization file lookup code 6 years ago
Marco Barisione b0e4d2bd9b gdb: add missing full stops in --help 6 years ago
Simon Marchi a59902a7c1 gdb: convert auto-load to new-style debug macros 6 years ago
Simon Marchi 16e9019ef7 gdb: move baud_rate and serial_parity declarations to serial.h 6 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 6 years ago
Tankut Baris Aktemur 21e051b3d6 gdb/main: execute breakpoint commands for '-iex' and '-ex' commands 6 years ago
Andrew Burgess 74d877e522 gdb: new function to wrap up executing command line scripts/commands 6 years ago
Andrew Burgess 64aaad6349 gdb: use get_standard_config_dir when looking for .gdbinit 6 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Pedro Alves 05779d57f9 Make {get,set}_inferior_io_terminal inferior methods 6 years ago
Jonny Grant 4412332f4b gdb: add mailing list and IRC information to --help 6 years ago
Tom Tromey 400b5eca00 Move event-loop.[ch] to gdbsupport/ 6 years ago
Tom Tromey 58cf28e860 Move start_event_loop out of event-loop.c 6 years ago
Andrew Burgess d13c7322fe gdb: Allow more control over where to find python libraries 7 years ago
Philippe Waroquiers 6ec1d75e05 Ensure GDB warnings are styled. 7 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 7 years ago
Tom Tromey c3efb96548 Introduce alternate_signal_stack RAII class 7 years ago
Christian Biesinger ed2a222951 Load system gdbinit files from a directory 7 years ago
Tom de Vries 405feb71d4 [gdb] Fix typos in comments 7 years ago
Christian Biesinger 26344e0c53 Include gdbtk.h to avoid declarations 7 years ago
Philippe Waroquiers cd7c32c36a Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir 7 years ago
Christian Biesinger 491144b5e2 Change boolean options to bool instead of int 7 years ago
Christian Biesinger f2aec7f6d1 Make relocate_{path,gdb_directory} return std::string 7 years ago
Christian Biesinger 9224a01377 Factor out the code to do the datadir-relocation for gdbinit 7 years ago
Christian Biesinger f48cd8368b Refactor get_init_files to use std::string 7 years ago
Christian Biesinger ead0e69a4a Change int to bool for the relocate_* functions 7 years ago
Tom Tromey b777eb6de2 Remove init_cli_cmds 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Philippe Waroquiers 68bb5386b8 Add previous_saved_command_line to allow a command to repeat a previous command. 7 years ago
Tom Tromey 94aeb44b00 Make exception handling more efficient 7 years ago
Tom Tromey 230d2906b9 Rename gdb exception types 7 years ago
Tom Tromey a70b814420 Rewrite TRY/CATCH 7 years ago
Tom Tromey fe7b42e584 Remove basic cleanup code 8 years ago
Alan Hayward ee2bcb0c35 Disable styling when running in batch mode 8 years ago