aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-01-20gdb: make some variables staticSimon Marchi1-0/+48
2021-01-20gdb/remote.c: address conflicting enum and method nameJoel Sherrill1-0/+10
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior1-0/+13
2021-01-19use DISABLE_COPY_AND_ASSIGN in switch_thru_all_uisLancelot SIX1-0/+4
2021-01-19trad-frame cleanupsLuis Machado1-0/+55
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-0/+42
2021-01-19Use gdb::array_view for setting value bytes in trad-frameLuis Machado1-0/+10
2021-01-18sim: bfin: delete accidental ADI copyrightMike Frysinger1-0/+4
2021-01-18gdb/riscv: use a single regset supply function for riscv fbsd & linuxAndrew Burgess1-0/+10
2021-01-18[gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfoTom de Vries1-0/+8
2021-01-18gdb: const-ify hostio methods parameter in remote.cSimon Marchi1-0/+10
2021-01-18gdb: move remote_target::start_remote variable to narrower scopeSimon Marchi1-0/+5
2021-01-18gdb: const-ify remote_target::add_current_inferior_and_thread parameterSimon Marchi1-0/+8
2021-01-18gdb: const-ify unpack_* functions in remote.cSimon Marchi1-0/+15
2021-01-15gdb/tui: compare pointer to nullptr, not 0Andrew Burgess1-0/+4
2021-01-14Add myself to gdb/MAINTAINERSLancelot SIX1-0/+4
2021-01-14Fix building gdb with gcc-4.xBernd Edlinger1-0/+6
2021-01-14[gdb/breakpoint] Handle .plt.sec in in_plt_sectionTom de Vries1-0/+5
2021-01-13gdb: better handling of 'S' packetsAndrew Burgess1-0/+9
2021-01-13gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.cSimon Marchi1-0/+7
2021-01-13gdb: make the remote target track its own thread resume stateSimon Marchi1-0/+16
2021-01-13gdb: convert arc to new-style debug macrosSimon Marchi1-0/+8
2021-01-13gdb: turn arc_debug into a boolSimon Marchi1-0/+8
2021-01-13gdb: bool-ify users of file_is_auto_load_safeSimon Marchi1-0/+5
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-0/+21
2021-01-13gdb: bool-ify file_is_auto_load_safeSimon Marchi1-0/+7
2021-01-13gdb: convert jit to new-style debug macrosSimon Marchi1-0/+4
2021-01-12gdb: fix indentation in infrun.cSimon Marchi1-0/+4
2021-01-12gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi1-0/+7
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi1-0/+7
2021-01-12gdb: remove pre_init_ui_hook from top.cSimon Marchi1-0/+4
2021-01-12aarch64: Add support for bfloat16 in gdb.Srinath Parvathaneni1-0/+7
2021-01-12gdb: fix debug dump of OP_BOOL expressionsAndrew Burgess1-0/+4
2021-01-12gdb/fortran: add symbol base comparison operatorsAndrew Burgess1-0/+9
2021-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi1-0/+6
2021-01-11gdb: convert solib-aix to new-style debug macrosSimon Marchi1-0/+5
2021-01-11gdb: change jit_debug to a boolSimon Marchi1-0/+5
2021-01-09Avoid crash in compile_to_objectTom Tromey1-0/+6
2021-01-09Remove a use of print_expressionTom Tromey1-0/+7
2021-01-08Pass void_context_p to parse_expressionTom Tromey1-0/+9
2021-01-08gdb: user variables with components of dynamic typeAndrew Burgess1-0/+5
2021-01-08[gdb] Fix internal-error in process_event_stop_testTom de Vries1-0/+11
2021-01-08gdb/fortran: Correct the lval type for array elements of internal varsAndrew Burgess1-0/+4
2021-01-07gdb/sim: add support for exporting memory mapMike Frysinger1-0/+6
2021-01-07Fix regression in Ada do_full_matchTom Tromey1-0/+4
2021-01-07Fix regression in Ada aggregate assignmentTom Tromey1-0/+5
2021-01-06Fix fixed-point binary operation type handlingTom Tromey1-0/+9
2021-01-05Prevent flickering when redrawing the TUI source windowHannes Domani1-0/+5
2021-01-05Redraw both spaces between line numbers and source codeHannes Domani1-0/+5
2021-01-05Fix TUI source window drawingHannes Domani1-0/+8