summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* gdb/testsuite: more newline pattern cleanupAndrew Burgess2023-05-055-9/+9
* [gdb/testsuite] Generate long string in gdb.base/page.expTom de Vries2023-05-051-1/+1
* gdb/testsuite: tighten patterns in build-id-no-debug-warning.expAndrew Burgess2023-05-051-2/+4
* Simplify decode_locdescTom Tromey2023-05-051-137/+66
* Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey2023-05-055-121/+21
* [gdb/testsuite] Add gdb.base/wrap-line.expTom de Vries2023-05-051-0/+169
* [gdb/testsuite] Add gdb.tui/wrap-line.expTom de Vries2023-05-052-14/+188
* Revert "gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp"Bruno Larsen2023-05-041-15/+0
* Don't treat references to compound values as "simple".Gareth Rees2023-05-0410-25/+175
* [gdb/build] Fix frame_list position in frame.cTom de Vries2023-05-032-9/+10
* gdb/show_args_command: print to the ui_file argumentLancelot SIX2023-05-031-1/+1
* Pass const frame_info_ptr reference for skip_[language_]trampolineMark Wielaard2023-05-034-5/+5
* Change signature of bfd crc functionsAlan Modra2023-05-033-3/+3
* gdb.base/watchpoint-unaligned.exp: Always initialize wpoffset_to_wpnumAlexandra Hájková2023-05-021-1/+2
* xcoffread.c: Fix -Werror=dangling-pointer= issue with main_subfile.Mark Wielaard2023-05-021-11/+13
* [gdb/testsuite] Use set in lmap in gdb.dwarf2/dw2-abs-hi-pc.expTom de Vries2023-05-021-1/+1
* Fix Assertion pid != 0 failure in AIX.Aditya Kamath2023-05-021-12/+11
* Remove error_streamTom Tromey2023-05-023-10/+2
* gdb/testsuite: compile gdb.linespec/cp-completion-aliases.exp as C++Andrew Burgess2023-05-021-1/+1
* 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