aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin2-5/+5
2022-04-04gdb: Add maint set ignore-prologue-end-flagLancelot SIX4-1/+54
2022-04-04gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX13-12/+249
2022-04-04gdb/buildsym: Line record use a record flagLancelot SIX4-19/+36
2022-04-04gdb: make timestamped_file implement can_emit_style_escapeSimon Marchi2-4/+8
2022-04-04gdb: remove assertion in psymbol_functions::expand_symtabs_matchingSimon Marchi1-6/+3
2022-04-04sim: fixes for libopcodes styled disassemblerAndrew Burgess11-9/+109
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey4-411/+463
2022-04-04Remove windows_thread_info destructorTom Tromey2-6/+0
2022-04-04Use unique_ptr in the Windows thread listTom Tromey1-16/+9
2022-04-04Use auto_obstack in windows-nat.cTom Tromey1-3/+1
2022-04-04Simplify windows-nat.c solib handlingTom Tromey1-66/+49
2022-04-04Avoid undefined behavior in gdbscm_make_breakpointPedro Alves1-5/+5
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey6-21/+202
2022-04-04Consolidate single-char tokens in ada-lex.lTom Tromey1-3/+1
2022-04-04Remove the Ada DOT_ALL tokenTom Tromey2-11/+9
2022-04-04Refactor ada-lex.l:processIdTom Tromey1-18/+13
2022-04-04Implement completion for Ada attributesTom Tromey4-12/+103
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-04gas: copy st_size only if unsetFangrui Song4-14/+48
2022-04-04gdb: remove use of vfprintf_filteredAndrew Burgess1-1/+1
2022-04-04opcodes/i386: partially implement disassembler style supportAndrew Burgess2-24/+46
2022-04-04opcodes/riscv: implement style support in the disassemblerAndrew Burgess2-72/+122
2022-04-04objdump/opcodes: add syntax highlighting to disassembler outputAndrew Burgess8-40/+371
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-04Automatic date update in version.inGDB Administrator1-1/+1
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