aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves4-4/+13
2017-04-05-Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves2-11/+22
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves3-3/+8
2017-04-05-Wwrite-strings: Constify macroexp.c:init_shared_bufferPedro Alves2-11/+23
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves4-5/+9
2017-04-05PR 21352: Add testsuite for "tsave -r" commandSergio Durigan Junior2-0/+9
2017-04-05Fix PR 21352: Command tsave does not support -r argumentSergio Durigan Junior2-1/+7
2017-04-05Use frame_unwind_register_value in frame_unwind_register_unsignedYao Qi2-3/+25
2017-04-05Fix racy test in gdb.threads/thread-specific-bp.expYao Qi2-3/+11
2017-04-05New global maintainer - Simon MarchiPedro Alves2-1/+6
2017-04-05Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized w...Pedro Alves2-2/+8
2017-04-04Remove support for using the bsd-uthread target on FreeBSD.John Baldwin5-129/+19
2017-04-04Remove support for FreeBSD/alpha.John Baldwin7-147/+21
2017-04-04Use ptid from regcache instead of inferior_ptid.John Baldwin2-18/+19
2017-04-04dwarf2read.c: C++fy lnp_state_machinePedro Alves2-198/+267
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves12-384/+900
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves3-74/+149
2017-04-04gdb::optional: Add observersPedro Alves2-0/+34
2017-04-04dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves2-180/+166
2017-04-04gdbserver: Clear .deps on cleanSimon Marchi2-0/+5
2017-04-04remote.c: Use ptid_t instead of struct ptidSimon Marchi2-5/+10
2017-04-04Remove MAX_REGISTER_SIZE from frame.cAlan Hayward2-13/+27
2017-03-31gdbserver: Suffix generated C files with -generatedSimon Marchi3-65/+33
2017-03-30Fix classification of `module.type' in D lexer.Iain Buclaw3-0/+120
2017-03-29Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil4-1/+48
2017-03-29Add constructor and destructor to thread_infoYao Qi3-60/+76
2017-03-28arc: Add prologue analysisAnton Kolesov7-22/+1603
2017-03-28arc: Add disassembler helperAnton Kolesov9-1/+1509
2017-03-28arc: Add "maintenance print arc" command prefixAnton Kolesov2-0/+24
2017-03-28arc: Align internal regnums with architectural regnumsAnton Kolesov3-7/+45
2017-03-27gdbserver: xtensa: support THREADPTR registerMax Filippov2-0/+19
2017-03-27gdb: xtensa-linux: support THREADPTR registerMax Filippov4-0/+23
2017-03-27gdb: xtensa: fix test for privileged register numberMax Filippov2-1/+8
2017-03-27gdbserver: xtensa: add call0 supportMax Filippov2-0/+35
2017-03-27gdb: xtensa-linux: add call0 supportMax Filippov2-0/+37
2017-03-27gdb: gdbserver: xtensa: make C0_NREGS availableMax Filippov3-1/+7
2017-03-27gdb: xtensa: clean up xtensa_default_isa initializationMax Filippov2-4/+9
2017-03-27dwarf2read.c: Clean up out of bounds handlingPedro Alves2-70/+106
2017-03-27gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_componentPedro Alves2-46/+21
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves4-5/+14
2017-03-27gdb: Make ldirname return a std::stringPedro Alves7-78/+90
2017-03-24Remove MAX_REGISTER_SIZE from target.cAlan Hayward4-39/+52
2017-03-24Avoid segfault on invalid directory tablePádraig Brady2-6/+22
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi6-82/+39
2017-03-23Remove MAX_REGISTER_SIZE from sol-thread.cAlan Hayward2-9/+4
2017-03-23Handle PRFM in AArch64 process recordYao Qi2-3/+64
2017-03-23Fix code indentationYao Qi2-8/+17
2017-03-23Remove AARCH64_RECORD_FAILUREYao Qi2-1/+4
2017-03-23Remove constness of libdir in do_start_initializationAndreas Arnez1-1/+1
2017-03-23Fix memory leak in python.c:do_start_initializationPhilipp Rudo2-1/+7