summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Document DAP 'launch' parameterTom Tromey2023-05-011-0/+19
* gdb: remove ui_interp_infoSimon Marchi2023-05-012-72/+30
* gdb: store interps in an intrusive_listSimon Marchi2023-05-012-17/+9
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-0134-428/+512
* Turn set_inferior_args_vector into method of inferiorTom Tromey2023-05-014-11/+13
* Remove evaluate_typeTom Tromey2023-05-018-17/+11
* Remove evaluate_expressionTom Tromey2023-05-0118-52/+34
* Remove op_nameTom Tromey2023-05-012-28/+17
* Fix crash in Rust expression parserTom Tromey2023-05-012-2/+3
* Replace field_is_static with a methodTom Tromey2023-05-0124-57/+55
* [gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries2023-04-305-10/+129
* [gdb/testsuite] Fix gdb.base/readline.exp with stub-termcapTom de Vries2023-04-291-22/+35
* gdb: Fix building with latest libc++Manoj Gupta2023-04-2913-13/+13
* [gdb/testsuite] Fix gdb.ada/excep_handle.exp for updated gdb_testTom de Vries2023-04-291-12/+12
* [gdb/build] Fix build without ncurses in maintenance_info_screenTom de Vries2023-04-291-0/+4
* [gdb/testsuite] Fix gdb.tui/main.exp without TUITom de Vries2023-04-291-0/+2
* gdb/mi: check thread exists when creating thread-specific b/pAndrew Burgess2023-04-294-14/+67
* gdb: make deprecated_show_value_hack staticAndrew Burgess2023-04-282-7/+2
* gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess2023-04-283-13/+40
* gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess2023-04-282-10/+14
* gdb: make set/show args work with $_gdb_setting_strAndrew Burgess2023-04-283-21/+142
* gdb: cleanup command creation in infcmd.cAndrew Burgess2023-04-281-38/+31
* gdb/record-full: disable range stepping when resuming threadsSimon Marchi2023-04-281-0/+7
* Allow strings with printf/evalKeith Seitz2023-04-283-2/+43
* Move find_minimal_symbol_address to minsyms.cTom Tromey2023-04-282-80/+78
* Do not change type in get_discrete_low_boundTom Tromey2023-04-281-4/+0
* Remove @var from @defun in Python documentationTom Tromey2023-04-281-25/+25
* gdb/testsuite: additional test fixes after gdb_test changesAndrew Burgess2023-04-288-123/+102
* Fix a typo in gdb.texinfo.Eli Zaretskii2023-04-281-1/+1
* Avoid some compiler warnings in gdb.adaTom Tromey2023-04-272-4/+4
* gdb/doc: extend the documentation of the jump commandAndrew Burgess2023-04-271-0/+8
* gdb/testsuite: special case '^' in gdb_test patternAndrew Burgess2023-04-2717-58/+109
* gdb/testsuite: change newline patterns used in gdb_testAndrew Burgess2023-04-2739-241/+264
* gdb/testsuite: use 'return' in gdb_test_no_outputAndrew Burgess2023-04-272-9/+17
* gdb: remove some trailing newlines from warning messagesAndrew Burgess2023-04-272-6/+6
* gdb/testsuite: fix occasional failure in gdb.base/clear_non_user_bp.expAndrew Burgess2023-04-271-1/+1
* gdb, doc: add index entry for the $_inferior_thread_count convenience varTankut Baris Aktemur2023-04-271-0/+1
* [gdb/tui] Fix length of status line stringTom de Vries2023-04-261-4/+7
* Rewrite gdb_mpz::operator==Tom Tromey2023-04-261-25/+19
* Updated debug architecture version checks for fbsdLuis Machado2023-04-261-0/+2
* Add new debug architecture versionLuis Machado2023-04-262-0/+4
* Use scoped_restore in varobj.cTom Tromey2023-04-251-3/+2
* Remove some "goto"s from parse.cTom Tromey2023-04-251-14/+12
* [gdb/testsuite] Fix timeout in gdb.tui/empty.expTom de Vries2023-04-251-2/+2
* [gdb/testsuite] Fix timeout in gdb.tui/completion.expTom de Vries2023-04-251-1/+1
* [gdb/testsuite] Fix timeout in gdb.tui/new-layout.expTom de Vries2023-04-251-1/+1
* [gdb/testsuite] Fix timeout in gdb.tui/main.expTom de Vries2023-04-251-1/+2
* [gdb/testsuite] Fix timeout in gdb.tui/corefile-run.expTom de Vries2023-04-251-1/+2
* [gdb/testsuite] Add debug prints in Term::wait_forTom de Vries2023-04-251-0/+21
* [gdb/testsuite] Add warning for timeout in accept_gdb_outputTom de Vries2023-04-251-0/+2