aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-21[FYI] Add myself to gdb/MAINTAINERSChristian Biesinger2-0/+5
2019-07-22Automatic date update in version.inGDB Administrator1-1/+1
2019-07-20Make documentation of "python" command match actual behaviorKevin Buettner2-2/+5
2019-07-21Automatic date update in version.inGDB Administrator1-1/+1
2019-07-20PR24827, Linker loops forever if unterminated multi-line comment in scriptAlan Modra2-2/+7
2019-07-20Automatic date update in version.inGDB Administrator1-1/+1
2019-07-19gdb/riscv: Write 4-byte nop to dummy code region before inferior callsAndrew Burgess5-1/+129
2019-07-19x86: Pass -O0 to assembler in noextreg.dH.J. Lu2-0/+5
2019-07-19Change ARI to mention C++11, and remove some rulesTom Tromey2-36/+11
2019-07-19Arm: Remove unused feature files and testsAlan Hayward18-575/+22
2019-07-19Arm: Use read_description funcs in gdbserverAlan Hayward10-53/+232
2019-07-19Arm: Add xml unit testsAlan Hayward2-0/+22
2019-07-19Arm: Use feature target descriptionsAlan Hayward4-43/+72
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward15-31/+309
2019-07-19cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi11-58/+75
2019-07-19gas: make .lcomm to accept an optional aligmnet in eBPF targetsJose E. Marchesi2-1/+49
2019-07-19[AArch64] Rename +bitperm to +sve2-bitpermRichard Sandiford8-7/+17
2019-07-19[PowerPC64] pc-relative TLS relocationsAlan Modra17-35/+634
2019-07-19[PowerPC] Rename testcaseAlan Modra6-4/+12
2019-07-19Re: ld -r: Don't merge with member of output section groupAlan Modra2-0/+6
2019-07-19Automatic date update in version.inGDB Administrator1-1/+1
2019-07-18libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_rawNick Alcock6-3/+106
2019-07-18Fix for using named pipes on WindowsGuillaume LABARTHE2-11/+11
2019-07-18Constify main_nameTom Tromey4-8/+13
2019-07-18ld -r: Don't merge with member of output section groupH.J. Lu4-3/+26
2019-07-18[PowerPC64] Use STN_UNDEF internally for edited relocsAlan Modra2-33/+12
2019-07-18[PowerPC64] Don't store TLS_EXPLICIT in tls_maskAlan Modra2-8/+19
2019-07-18[PowerPC] Rename TLS_TPRELGD to TLS_GDIEAlan Modra3-25/+27
2019-07-18[PowerPC64] correct tprel offset limitAlan Modra2-3/+7
2019-07-18gas: .lcomm gets an alignment argument in eBPFJose E. Marchesi2-1/+8
2019-07-18Automatic date update in version.inGDB Administrator1-1/+1
2019-07-17gas: support .half, .word and .dword directives in eBPFJose E. Marchesi7-0/+58
2019-07-17Remove unnecessary "return"sTom Tromey5-14/+11
2019-07-17Fix an error in parse_scrolling_argsTom Tromey2-4/+8
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey10-233/+256
2019-07-17Change make_invisible_and_set_new_height to be a methodTom Tromey3-43/+50
2019-07-17Move tui_source_window to tui-source.hTom Tromey6-31/+44
2019-07-17Move tui_disasm_window to tui-disasm.hTom Tromey3-25/+32
2019-07-17Move TUI data item window to tui-regs.hTom Tromey5-30/+37
2019-07-17Move TUI command window codeTom Tromey8-81/+96
2019-07-17Move tui_dispatch_ctrl_char to tui-io.cTom Tromey4-53/+58
2019-07-17Rearrange TUI data window codeTom Tromey13-354/+291
2019-07-17Fix flushing bug in tui_puts_internalTom Tromey2-0/+11
2019-07-17Remove has_locator methodTom Tromey3-14/+11
2019-07-17Remove tui_make_visible and tui_make_invisibleTom Tromey5-27/+29
2019-07-17Remove make_data_windowTom Tromey2-15/+7
2019-07-17Remove make_source_window and make_disasm_windowTom Tromey2-51/+21
2019-07-17Remove make_command_windowTom Tromey2-34/+22
2019-07-17Simplify show_source_or_disasm_and_commandTom Tromey2-29/+25
2019-07-17Change tui_get_register to return voidTom Tromey2-9/+8