aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Document "no debug info debugging" improvementsPedro Alves4-10/+143
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves12-46/+327
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves6-29/+61
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves10-2/+405
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves5-55/+10
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves18-68/+343
2017-09-04evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.Pedro Alves2-31/+41
2017-09-04evaluate_subexp_standard: Remove useless assignmentsPedro Alves2-3/+5
2017-09-04evaluate_subexp_standard: Eliminate one gotoPedro Alves2-55/+60
2017-09-04Make ptype/whatis print function name of functions with no debug info tooPedro Alves4-9/+28
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves9-32/+150
2017-09-04Stop assuming no-debug-info functions return intPedro Alves37-154/+475
2017-09-04Fix calling prototyped functions via function pointersPedro Alves4-5/+37
2017-09-04gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi2-23/+47
2017-09-04Introduce gdb_disassembly_flagsPedro Alves11-56/+114
2017-09-04Add tests for loop_break and loop_continue commandsSimon Marchi2-0/+48
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi4-1/+28
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi6-75/+100
2017-09-04gdbserver Makefile: don't delete intermediary filesSimon Marchi2-0/+7
2017-09-04Kill init_salPedro Alves26-206/+176
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves19-630/+517
2017-09-04Introduce gdb::array_viewPedro Alves4-0/+683
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves7-8/+203
2017-09-04Fix build breakage when libipt is availablePedro Alves2-2/+6
2017-09-04Fix simulatorAnthony Green2-7/+16
2017-09-04Let i386_target_description return tdesc_i386_mmxYao Qi4-4/+15
2017-09-04Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0Yao Qi2-2/+7
2017-09-04Use i386_target_description to get tdesc_i386Yao Qi4-8/+14
2017-09-04Use amd64_target_description to get tdesc_amd64Yao Qi10-10/+34
2017-09-04btrace: Store btrace_insn in an std::vectorSimon Marchi5-52/+53
2017-09-04Automatic date update in version.inGDB Administrator1-1/+1
2017-09-03Use std::string in reopen_exec_fileTom Tromey2-8/+7
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey7-54/+56
2017-09-03Return std::string from perror_stringTom Tromey2-21/+12
2017-09-03Use std::string and unique_xmalloc_ptr in demangle_commandTom Tromey2-23/+18
2017-09-03Use std::string in do_set_commandTom Tromey2-12/+8
2017-09-03Use unique_xmalloc_ptr in cd_commandTom Tromey2-11/+13
2017-09-03Use std::string in mi_cmd_interpreter_execTom Tromey2-8/+8
2017-09-03Use unique_xmalloc_ptr in env_execute_cli_commandTom Tromey2-8/+9
2017-09-03Use std::string thread.cTom Tromey2-22/+17
2017-09-03Return std::string from memory_error_messageTom Tromey5-22/+23
2017-09-03x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is trueH.J. Lu6-1/+105
2017-09-03PR22067, x86 check_relocs invalid readAlan Modra2-1/+7
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi10-70/+71
2017-09-02Initialize tls_get_addr for x86-64 in one placeH.J. Lu2-2/+6
2017-09-02Add missing ChangeLog entriesH.J. Lu1-0/+29
2017-09-02Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFDH.J. Lu3-4/+10
2017-09-03Automatic date update in version.inGDB Administrator1-1/+1
2017-09-02x86: Add _bfd_x86_elf_size_dynamic_sectionsH.J. Lu4-815/+483
2017-09-02x86: Rearrange fields and update commentsH.J. Lu2-8/+14