aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Refactor expression completionTom Tromey6-148/+196
2022-04-04Enable "set debug parser" for AdaTom Tromey1-0/+3
2022-04-04Fix bug in Ada attributes lexingTom Tromey2-8/+15
2022-04-04Remove null sentinel from 'attributes'Tom Tromey1-12/+10
2022-04-04Handle ghost entities in symbol lookupTom Tromey5-0/+108
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi13-121/+131
2022-04-04gdb: remove some unused buildsym-legacy functionsSimon Marchi2-125/+0
2022-04-04gdb: remove use of vfprintf_filteredAndrew Burgess1-1/+1
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess2-2/+39
2022-04-04Remove more Python 2 codeTom Tromey1-10/+1
2022-04-04[gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.expTom de Vries1-16/+45
2022-04-03gdb: add support for Fortran's ASSUMED RANK arraysrupothar5-15/+263
2022-04-03gdb/dwarf: pass an array of values to the dwarf evaluatorAndrew Burgess4-17/+16
2022-04-03gdb: small simplification in dwarf2_locexpr_baton_evalAndrew Burgess1-9/+9
2022-04-03gdb/testsuite: resolve some duplicate test names in gdb.baseAndrew Burgess1-4/+6
2022-04-03gdb/testsuite: resolve a duplicate test name in a gdb.mi testAndrew Burgess1-1/+1
2022-04-03gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.inAndrew Burgess1-218/+229
2022-04-03gdb/Makefile.in: fix 'make tags' build targetReuben Thomas1-1/+0
2022-04-03gdb/Makefile.in: remove SOURCES variableAndrew Burgess1-1/+0
2022-04-03gdb/tui: fair split of delta after a resizeAndrew Burgess2-12/+56
2022-04-03gdb/tui: relax restrictions on window max height and widthAndrew Burgess4-11/+5
2022-04-03gdb/testsuite: some additional tests in gdb.tui/scroll.expAndrew Burgess1-0/+4
2022-04-03gdb/tui: support placing the cmd window into a horizontal layoutAndrew Burgess4-25/+102
2022-04-03gdb/tui: allow cmd window to change size in tui_layout_split::applyAndrew Burgess3-8/+142
2022-04-03gdb/tui: fairer distribution of excess space during applyAndrew Burgess5-24/+53
2022-04-03gdb/tui: avoid fp exception when applying layoutsAndrew Burgess2-12/+21
2022-04-03gdb/tui/testsuite: refactor new-layout.exp testAndrew Burgess1-27/+56
2022-04-03gdb/tui: add left_boxed_p and right_boxed_p member functionsAndrew Burgess2-16/+18
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess6-11/+168
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess6-16/+209
2022-04-03gdb/tui: rename tui_layout_split:set_weights_from_heightsAndrew Burgess2-6/+8
2022-04-03gdb/tui: rename tui_layout_base::adjust_size to ::set_heightAndrew Burgess2-7/+7
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess4-16/+73
2022-04-03gdb: fix gdb_print -> gdb_printf typoSimon Marchi1-1/+1
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang14-35/+19
2022-04-01Remove unused variable.John Baldwin1-1/+0
2022-04-01gdb/debuginfod-support.c: Always display debuginfod errorsAaron Merey1-3/+3
2022-04-01Use I386_GSBASE_REGNUM in i386fbsd_get_thread_local_address.John Baldwin1-5/+2
2022-04-01FreeBSD/x86: Read segment base registers from NT_X86_SEGBASES.John Baldwin2-0/+36
2022-04-01gdb/testing/tui: add new _csi_{L,S,T}Andrew Burgess2-0/+180
2022-03-31gdb/ctf: pass partial symtab's filename to buildsym_compunitSimon Marchi1-1/+1
2022-03-31gdb: print compunit_symtab name in "maint info symtabs"Simon Marchi1-0/+1
2022-03-31gdb/ctf: don't create a buildsym_compunit when building partial symbolsSimon Marchi1-19/+1
2022-03-31Style URLs in GDB outputTom Tromey6-15/+40
2022-03-31gdb: initialize ctf_context::builder in create_partial_symtabSimon Marchi1-0/+1
2022-03-31Remove dbx modeTom Tromey13-503/+24
2022-03-31gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu8-38/+12
2022-03-31gdb/linux-nat: remove check based on current_inferior in linux_handle_extende...Simon Marchi4-13/+199
2022-03-31gdb/testsuite/tui: implement _csi_P procSimon Marchi2-0/+56
2022-03-31gdb: fix use of fprintf_filtered in top.cSimon Marchi1-2/+2