aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz1-0/+5
2018-08-29C++ compile supportKeith Seitz1-0/+29
2018-08-29Add new search_symbols_multiple APIKeith Seitz1-0/+7
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-0/+17
2018-08-29Remove VEC definitions from linespec.cKeith Seitz1-0/+5
2018-08-29Change decode_compound_collector to use std::vectorKeith Seitz1-0/+16
2018-08-29Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz1-0/+11
2018-08-29Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz1-0/+8
2018-08-29Change `function_symbols' to std::vectorKeith Seitz1-0/+13
2018-08-29Change `file_symtabs' to std::vectorKeith Seitz1-0/+17
2018-08-29Use core_addr_to_string_nz in csky_analyze_prologueTom Tromey1-0/+5
2018-08-29Fix windows-nat.c for -WnarrowingTom Tromey1-0/+8
2018-08-29Fix riscv-linux native gdb build failure.Jim Wilson1-0/+7
2018-08-29Update gnulib to current upstream masterSergio Durigan Junior1-0/+325
2018-08-29Indicate batch mode failures by exiting with nonzero statusGary Benson1-0/+7
2018-08-29Remove newline at end of warning messageSimon Marchi1-0/+5
2018-08-29Aarch64: Float register detection for return valuesAlan Hayward1-0/+9
2018-08-29Aarch64: Float register detection for _push_dummy_callAlan Hayward1-0/+8
2018-08-29Aarch64: Func to detect args passed in float regsAlan Hayward1-0/+6
2018-08-28Get rid of -Wodr warning (PR build/23399)Simon Marchi1-0/+8
2018-08-28Remove some uses of VEC from parsersTom Tromey1-0/+12
2018-08-28Implement struct type_stack with a vectorSimon Marchi1-0/+25
2018-08-28Mention csky target in the NEWS.Hafiz Abid Qadeer1-0/+4
2018-08-28Add support for new target 'csky'.Hafiz Abid Qadeer1-0/+13
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany1-0/+5
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey1-0/+6
2018-08-27Avoid -Wnarrowing warnings in aarch64-linux-tdep.cTom Tromey1-0/+6
2018-08-27Avoid -Wnarrowing warnings in ppc64-tdep.cTom Tromey1-0/+10
2018-08-27Fix two -Wnarrowing warnings in xtensa-tdep.hTom Tromey1-0/+5
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey1-0/+52
2018-08-27Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey1-0/+13
2018-08-27Avoid -Wnarrowing warnings from quote_char()Tom Tromey1-0/+6
2018-08-26Fix indentation in solist.hSimon Marchi1-0/+5
2018-08-26Make ada_tasks_inferior_data::task_list an std::vectorSimon Marchi1-0/+19
2018-08-26Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi1-0/+4
2018-08-25Initialize variable in py_get_event_threadSimon Marchi1-0/+5
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves1-0/+27
2018-08-24Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves1-0/+21
2018-08-23Relocate block range start and end addressesKevin Buettner1-0/+8
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-0/+30
2018-08-23Disassemble blocks with non-contiguous rangesKevin Buettner1-0/+4
2018-08-23Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner1-0/+5
2018-08-23Record explicit block ranges from dwarf2read.cKevin Buettner1-0/+2
2018-08-23Add block range data structure for blocks with non-contiguous address rangesKevin Buettner1-0/+10
2018-08-23Darwin: fix bad loop incrementationXavier Roirand1-0/+5
2018-08-22Make read_program_headers_from_bfd return a gdb::byte_vectorSimon Marchi1-0/+6
2018-08-22Make read_program_header return a gdb::byte_vectorSimon Marchi1-0/+10
2018-08-22Fix restoring of inferior terminal settingsSimon Marchi1-0/+5
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi1-0/+8
2018-08-22MI: Print frame architecture when printing frames on an MI channelJan Vrany1-0/+6