aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Add reprocessing flag to struct attributeTom Tromey4-6/+71
2020-09-29Use setter for attribute's unsigned valueTom Tromey4-26/+66
2020-09-29Remove DW_SNDTom Tromey3-9/+36
2020-09-29Remove DW_SIGNATURETom Tromey3-6/+29
2020-09-29Remove DW_BLOCKTom Tromey4-74/+124
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey4-49/+81
2020-09-29Remove some uses of DW_STRING_IS_CANONICALTom Tromey3-4/+21
2020-09-29Change some uses of DW_STRING to string methodTom Tromey2-28/+43
2020-09-29Avoid using DW_* macros in dwarf2/attribute.cTom Tromey2-5/+13
2020-09-29Rename struct attribute accessorsTom Tromey4-16/+26
2020-09-29Add attribute::value_as_string methodTom Tromey2-5/+9
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves2-7/+23
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey4-6/+16
2020-09-28Turn target_can_lock_scheduler into a functionTom Tromey3-3/+12
2020-09-28Remove target_has_execution macroTom Tromey30-79/+124
2020-09-28Turn target_can_execute_reverse into functionTom Tromey6-7/+19
2020-09-28Remove target_has_registers macroTom Tromey17-25/+52
2020-09-28Remove target_has_stack macroTom Tromey12-19/+37
2020-09-28Remove target_has_memory macroTom Tromey6-8/+18
2020-09-28Remove target_has_all_memoryTom Tromey3-17/+6
2020-09-28gdb: fix formatting of serial::async_state's enumeratorsSimon Marchi2-6/+11
2020-09-27Rewrite tui_putsTom Tromey2-12/+68
2020-09-27Use ISCNTRL in tui_copy_source_lineTom Tromey2-3/+9
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey8-71/+140
2020-09-27Remove a call to show_source_line from TUITom Tromey2-1/+6
2020-09-27Use an inner window in tui_py_windowTom Tromey2-27/+42
2020-09-27Remove test duplicate from gdb.tuiTom Tromey2-4/+10
2020-09-26gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees4-4/+32
2020-09-25gdb: fix formatting of _debug_printf macrosSimon Marchi3-8/+17
2020-09-25Add a missing munmap_list move constructorSaagar Jha2-0/+6
2020-09-25gdb: fix whitespaces in ChangeLogSimon Marchi1-3/+3
2020-09-25Fix gdb.base/infcall-nested-structs-c++.exp with ClangGary Benson2-0/+13
2020-09-25Fix compilation of .c files as C++ when using ClangGary Benson2-2/+8
2020-09-24Don't let TUI focus on locatorTom Tromey6-8/+52
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani4-1/+24
2020-09-23Handle bit offset and bit size in base typesTom Tromey9-7/+406
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey3-58/+73
2020-09-23Simplify compile_module cleanupTom Tromey4-56/+83
2020-09-23Transfer module ownership to do_module_cleanupTom Tromey2-42/+38
2020-09-23Introduce and use compile_module_upTom Tromey6-12/+32
2020-09-23Use new/delete for do_module_cleanupTom Tromey2-10/+26
2020-09-23Remove some manual memory management from compile interfaceTom Tromey3-24/+26
2020-09-21Fix sparc prologue skippingTom Tromey2-6/+12
2020-09-20Fix mi_gdb_exit with secondary MI channelsPedro Alves2-0/+17
2020-09-20Robustify gdb.base/testenv.exp:find_envPedro Alves2-0/+11
2020-09-19Use gdb_bfd_sections in generic_loadTom Tromey2-16/+14
2020-09-19Use gdb_bfd_sections in build_section_tableTom Tromey2-30/+25
2020-09-19Use gdb_bfd_sections in elf_symfile_readTom Tromey2-5/+10
2020-09-19Use gdb_bfd_sections in restore_commandTom Tromey2-49/+53
2020-09-19Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey2-4/+12