aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi3-11/+13
2017-03-22Remove @code for pythonYao Qi2-1/+5
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi5-0/+27
2017-03-22Import sys in gdb/python/lib/gdb/printer/bound_registers.pyJonah Graham2-0/+7
2017-03-21windows: Use ptid from regcache in register fetch/storeSimon Marchi2-26/+40
2017-03-21Remove remaining reference to struct serial::current_timeoutSimon Marchi2-2/+5
2017-03-21Decode properly flags of %ccr register on sparc64.Ivo Raisr6-11/+304
2017-03-21Fix break on Python 2Tim Wiederhake6-2/+27
2017-03-20spu: Use ptid from regcache instead of inferior_ptidSimon Marchi3-0/+28
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi30-249/+239
2017-03-20Add rvalue reference tests and docsArtemiy Volkov17-4/+972
2017-03-20Add rvalue references to overloading resolutionArtemiy Volkov2-3/+61
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov37-91/+157
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov7-9/+52
2017-03-20Support DW_TAG_rvalue_reference typeArtemiy Volkov2-4/+18
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov3-6/+17
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov4-0/+18
2017-03-20Support rvalue reference type in parserArtemiy Volkov4-18/+37
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov8-17/+44
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov14-26/+85
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov2-0/+20
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle14-50/+240
2017-03-20Add a better diagnostic message in mi_gdb_testMarc-Andre Laperle2-1/+6