aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz2-1/+9
2018-08-29C++ compile supportKeith Seitz38-30/+4449
2018-08-29Add new search_symbols_multiple APIKeith Seitz3-1/+96
2018-08-29Use block_symbol in linespec APIsKeith Seitz5-83/+115
2018-08-29Remove VEC definitions from linespec.cKeith Seitz2-7/+5
2018-08-29Change decode_compound_collector to use std::vectorKeith Seitz2-64/+37
2018-08-29Change `minimal_symbols' to std::vector in linespec.c structuresKeith Seitz2-80/+65
2018-08-29Change `label_symbols' to std::vector in linespec.c structuresKeith Seitz2-27/+35
2018-08-29Change `function_symbols' to std::vectorKeith Seitz2-77/+104
2018-08-29Change `file_symtabs' to std::vectorKeith Seitz2-66/+69
2018-08-29Use core_addr_to_string_nz in csky_analyze_prologueTom Tromey2-4/+9
2018-08-29Fix windows-nat.c for -WnarrowingTom Tromey2-9/+19
2018-08-29Fix riscv-linux native gdb build failure.Jim Wilson2-4/+12
2018-08-29Update gnulib to current upstream masterSergio Durigan Junior317-8028/+12466
2018-08-29Indicate batch mode failures by exiting with nonzero statusGary Benson7-31/+129
2018-08-29Remove newline at end of warning messageSimon Marchi2-1/+6
2018-08-29infcall-nested-structs: Test up to five fieldsAlan Hayward3-47/+171
2018-08-29Aarch64: Float register detection for return valuesAlan Hayward2-153/+56
2018-08-29Aarch64: Float register detection for _push_dummy_callAlan Hayward2-74/+83
2018-08-29Aarch64: Func to detect args passed in float regsAlan Hayward2-0/+147
2018-08-28Get rid of -Wodr warning (PR build/23399)Simon Marchi5-6/+28
2018-08-28Modify gdb.base/commands.exp to test multi breakpoints command clearing.Philippe Waroquiers1-2/+45
2018-08-28Fix regression for multi breakpoints command line clearing.Philippe Waroquiers1-1/+7
2018-08-28Remove some uses of VEC from parsersTom Tromey4-67/+74
2018-08-28Implement struct type_stack with a vectorSimon Marchi3-74/+69
2018-08-28Mention csky target in the NEWS.Hafiz Abid Qadeer2-0/+6
2018-08-28Add support for new target 'csky'.Hafiz Abid Qadeer6-0/+2942
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany4-3/+18
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey5-3/+14
2018-08-27Avoid -Wnarrowing warnings in aarch64-linux-tdep.cTom Tromey2-2/+8
2018-08-27Avoid -Wnarrowing warnings in gdbserverTom Tromey2-19/+45
2018-08-27Avoid -Wnarrowing warnings in ppc64-tdep.cTom Tromey2-43/+53
2018-08-27Fix two -Wnarrowing warnings in xtensa-tdep.hTom Tromey2-2/+7
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey23-240/+400
2018-08-27Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey6-7/+20
2018-08-27Avoid -Wnarrowing warnings from quote_char()Tom Tromey3-2/+8
2018-08-26Fix indentation in solist.hSimon Marchi2-135/+140
2018-08-26Make ada_tasks_inferior_data::task_list an std::vectorSimon Marchi2-53/+50
2018-08-26Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi2-8/+7
2018-08-25Initialize variable in py_get_event_threadSimon Marchi2-2/+7
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves9-39/+61
2018-08-24Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves5-27/+64
2018-08-23Test case for functions with non-contiguous rangesKevin Buettner3-0/+488
2018-08-23Relocate block range start and end addressesKevin Buettner2-0/+16
2018-08-23Introduce find_function_entry_range_from_pc and use it in infrun.cKevin Buettner3-4/+61
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner17-31/+61
2018-08-23Disassemble blocks with non-contiguous rangesKevin Buettner2-11/+36
2018-08-23Add support for non-contiguous blocks to find_pc_partial_functionKevin Buettner3-23/+121
2018-08-23Record explicit block ranges from dwarf2read.cKevin Buettner2-0/+6
2018-08-23Add block range data structure for blocks with non-contiguous address rangesKevin Buettner3-0/+116