aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2024-11-231-1/+1
* [gdb/build] Workaround tsan select bugTom de Vries2024-11-221-0/+31
* [gdb] Add gdb_select variant for loopingTom de Vries2024-11-221-5/+81
* gdb/readline: don't get stuck thinking an EOF arrivedAndrew Burgess2024-11-121-0/+17
* Fix signal unsafe call inside a signalBernd Edlinger2024-10-291-7/+77
* [gdb] Handle bad alloc in gdb_rl_callback_read_char_wrapper_noexceptTom de Vries2024-10-251-1/+17
* gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi2024-07-161-1/+1
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi2024-04-231-3/+45
* gdb: change type of quit_flag to boolSimon Marchi2024-04-231-2/+2
* Fix crash in gdb_rl_callback_handlerTom Tromey2024-04-151-4/+7
* Strip trailing newlines from input stringTom Tromey2024-04-151-0/+8
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb, python: selectively omit enabling stdin in gdb.executeTankut Baris Aktemur2024-02-191-1/+2
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-1/+1
* gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess2023-11-201-3/+17
* Remove EXTERN_C and related definesTom Tromey2023-11-061-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-201-2/+2
* gdb: remove interp_supports_command_editingSimon Marchi2023-09-071-2/+2
* [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7Tom de Vries2023-06-071-1/+10
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-77/+1
* Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner2023-02-271-3/+10
* QUIT processing w/ explicit throw for gdb_exception_forced_quitKevin Buettner2023-02-271-0/+2
* Don't use struct buffer in event-top.cTom Tromey2023-02-241-14/+6
* gdb/tui: disable tui mode when an assert triggersAndrew Burgess2023-01-271-0/+8
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-59/+51
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-2/+1
* Fix control-c handling on WindowsTom Tromey2022-12-131-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* Make stdin_event_handler staticTom Tromey2022-09-201-1/+1
* [gdb] Handle pending ^C after rl_callback_read_charTom de Vries2022-09-161-0/+16
* Fix interpreter-exec crashTom Tromey2022-08-311-2/+4
* Remove a ui-related memory leakTom Tromey2022-08-311-11/+0
* Remove the "for moment" commentsTom Tromey2022-08-311-2/+2
* Remove some dead codeTom Tromey2022-08-311-13/+0
* Let ui::input_fd be -1Tom Tromey2022-08-311-3/+5
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+2
* Remove ui_register_input_event_handlerTom Tromey2022-07-181-10/+10
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-241-13/+0
* gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess2022-04-221-12/+56
* gdb: improved EOF handling when using readline 7Andrew Burgess2022-04-221-1/+2
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Change the pager to a ui_fileTom Tromey2022-03-291-1/+2
* Only have one API for unfiltered outputTom Tromey2022-03-291-5/+1
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-1/+1
* gdb: work around prompt corruption caused by bracketed-paste-modeAndrew Burgess2022-03-161-1/+19