aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-03-22AArch64: Add pointer authentication featureAlan Hayward18-26/+101
2019-03-22Testsuite: Ensure pie is disabled on some testsAlan Hayward5-4/+53
2019-03-20Use @defvar to document gdb.pretty_printersTom Tromey2-0/+16
2019-03-20Merge handle_inferior_event and handle_inferior_event_1Tom Tromey2-17/+12
2019-03-19Don't show "display"s twice in MITom Tromey7-6/+142
2019-03-19Add comments describing tui_ui_out and its fields, cleanup a bitPedro Alves3-16/+42
2019-03-19Fix Arm build errorAlan Hayward2-6/+14
2019-03-18Fix first time you type UP or DOWN in TUI's command windowPedro Alves2-2/+8
2019-03-18Fix gdb/TUI behavior in response to [Enter] keypressEli Zaretskii2-7/+8
2019-03-18Fix regression caused by minimal symbol changesTom Tromey2-2/+5
2019-03-18Improve/fix the TUI's current source line highlightPedro Alves5-15/+122
2019-03-18Fix scrolling right in the TUIHannes Domani2-10/+25
2019-03-18Fix Ada "ptype" bug with array typesTom Tromey7-7/+131
2019-03-18gdb: unconditionally define _initialize_string_view_selftestsSergei Trofimovich2-2/+9
2019-03-17Remove unused variable from windows_make_soВладимир Мартьянов2-1/+5
2019-03-17Fix wrong format specification in display_selector()Владимир Мартьянов2-2/+7
2019-03-17Fix redisplay of the current line in GDB TUI modeEli Zaretskii2-1/+8
2019-03-16Fix vertical scrolling of TUI source windowEli Zaretskii2-0/+13
2019-03-16OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers3-4/+9
2019-03-16Revert "Use wclrtoeol in tui_show_source_line"Eli Zaretskii2-1/+13
2019-03-15Change minimal_symbol inheritanceTom Tromey4-36/+36
2019-03-15Use memcpy in minimal_symbol_reader::installTom Tromey2-3/+7
2019-03-15Allocate minimal symbols with mallocTom Tromey3-19/+26
2019-03-15Use htab_up for demangled hashTom Tromey4-6/+12
2019-03-15Simplify per-BFD storage managementTom Tromey3-32/+27
2019-03-15Remove minsym terminationTom Tromey6-49/+14
2019-03-15Remove some unneeded initializations in minimal_symbol_readerTom Tromey2-10/+5
2019-03-15Use bitset for demangled_hash_languagesTom Tromey3-11/+21
2019-03-15Slightly simplify minsym creationTom Tromey3-7/+15
2019-03-14Fix gdb.texinfo buildSimon Marchi2-1/+6
2019-03-14Fix colors in TUI mode in MS-Windows build with ncursesEli Zaretskii2-0/+46
2019-03-14Avoid a crash in source_cache::extract_linesTom Tromey3-11/+25
2019-03-14Add the "set style source" commandTom Tromey9-1/+74
2019-03-14Make TUI react to "set style enabled"Tom Tromey7-19/+61
2019-03-13Change pid_to_str to return std::stringTom Tromey53-408/+499
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi13-78/+331
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi5-31/+35
2019-03-12The NEWS file had two "New targets" sections for 8.3.John Baldwin2-5/+6
2019-03-12Support TLS variables on FreeBSD/powerpc.John Baldwin2-0/+42
2019-03-12Support TLS variables on FreeBSD/riscv.John Baldwin2-0/+34
2019-03-12Support TLS variables on FreeBSD/i386.John Baldwin2-0/+36
2019-03-12Support TLS variables on FreeBSD/amd64.John Baldwin2-0/+32
2019-03-12Add a helper function to resolve TLS variable addresses for FreeBSD.John Baldwin3-0/+174
2019-03-12Add a more general version of lookup_struct_elt_type.John Baldwin3-28/+72
2019-03-12Remove code disabled since at least 1999 from lookup_struct_elt_type.John Baldwin2-18/+8
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin5-5/+68
2019-03-12Update comment for target::get_thread_local_address.John Baldwin2-2/+6
2019-03-12Handle an edge case for minisym TLS variable lookups.John Baldwin2-0/+10
2019-03-12Support fs_base and gs_base on FreeBSD/i386.John Baldwin6-12/+91
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin18-31/+119