aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Fix frame-apply.html collision in GDB manual.Paul Carroll2-3/+9
2020-07-13Skip directory tests in gdb.base/info_sources.exp on remote hostSandra Loosemore2-3/+12
2020-07-13Fix gdb.base/savedregs.exp with clangGary Benson2-1/+6
2020-07-13Fix gdb.arch/i386-sse.exp with clangGary Benson2-1/+5
2020-07-13Use volatile pointers when attempting to trigger SIGSEGVsGary Benson6-5/+14
2020-07-13Skip VLA structure field tests when compiling with clangGary Benson5-77/+180
2020-07-13[gdb/testsuite] Handle missing gold linker in gdb.base/morestack.expTom de Vries5-2/+29
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi17-44/+69
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi4-9/+8
2020-07-12gdb: remove TYPE_BIT_STRIDESimon Marchi3-6/+22
2020-07-12gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUESimon Marchi5-12/+12
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi9-17/+20
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi7-16/+18
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi5-12/+17
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi15-53/+58
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi12-135/+183
2020-07-12gdb: make get_discrete_bounds check for non-constant range boundsSimon Marchi2-16/+20
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi11-32/+34
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi4-12/+39
2020-07-11rust: Fix rust modules testDaniel Xu2-1/+8
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers4-2/+16
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves3-19/+36
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves3-3/+36
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi2-27/+20
2020-07-10Testcase for previous handle_no_resumed fixesPedro Alves3-1/+87
2020-07-10Make handle_no_resumed transfer terminalPedro Alves2-12/+60
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves2-5/+22
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves2-1/+11
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves2-1/+7
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves2-1/+23
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin3-0/+15
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin2-1/+6
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin2-0/+11
2020-07-08Handle Windows drives in auto-load script pathsHannes Domani4-0/+21
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin2-6/+11
2020-07-08Use read_memory in ada_exception_message_1Tom Tromey5-3/+17
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess9-48/+185
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess10-0/+371
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess11-0/+452
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess7-1/+54
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess6-68/+33
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries5-6/+30
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries2-13/+15
2020-07-05[gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries2-1/+16
2020-07-03gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-16/+15
2020-07-03gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi4-22/+28
2020-07-03gdb: remove callback in macro expand functionsSimon Marchi7-91/+72
2020-07-03Fix gdb.base/structs2.exp with ClangPedro Alves3-2/+8
2020-07-03Fix gdb.base/charset.exp with ClangPedro Alves2-4/+18
2020-07-03Remove stale -DNO_PROTOTYPES bits from gdb testsuitePedro Alves8-67/+27