aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-05Don't call init_thread_list in windows-nat.cTom Tromey1-1/+0
2022-04-05gdb/testsuite: fix intermittent failure in gdb.base/vfork-follow-parent.expSimon Marchi2-1/+15
2022-04-05gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.expSimon Marchi2-5/+78
2022-04-05Fix qRcmd error code parsingLuis Machado2-2/+3
2022-04-04gdb: resume ongoing step after handling fork or vforkSimon Marchi3-4/+227
2022-04-04gdb/remote: remove_new_fork_children don't access target_waitstatus::child_pt...Simon Marchi1-2/+3
2022-04-04gdbserver: report correct status in thread stop race conditionSimon Marchi1-32/+28
2022-04-04gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent...Simon Marchi3-8/+311
2022-04-04gdb/infrun: add logging statement to do_target_resumeSimon Marchi1-0/+4
2022-04-04gdb/infrun: add inferior parameters to stop_all_threads and restart_threadsSimon Marchi2-10/+36
2022-04-04gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f...Simon Marchi2-9/+13
2022-04-04gdb: make timestamped_file implement write_async_safeSimon Marchi1-0/+3
2022-04-05Automatic date update in version.inGDB Administrator1-1/+1
2022-04-04gdb/testsuite: fix timeout in server-pipe.exp testAndrew Burgess1-3/+7
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