aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-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-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-03Make target_waitstatus_to_string return an std::stringSimon Marchi10-70/+71
2017-09-01PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil2-3/+9
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior15-65/+984
2017-08-31Unbreak gdb build on 32-bit host with ADI supportWeimin Pan2-11/+33
2017-08-29Look for FIR in the last FreeBSD/mips floating-point register.John Baldwin3-14/+39
2017-08-28gdb.base/commands.exp: Remove unused global referencesSimon Marchi2-21/+13
2017-08-28Add missing PR number in ChangeLogSimon Marchi1-0/+1
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi4-6/+40
2017-08-25remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_typeJoel Brobecker2-29/+20
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi7-22/+48
2017-08-24Remove unused function set_inferior_target_dataSimon Marchi3-7/+5
2017-08-24DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil2-1/+18
2017-08-24DWARF-5: Fix -fdebug-types-sectionJan Kratochvil2-17/+48