summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix calling prototyped functions via function pointersPedro Alves2017-09-044-5/+37
* gdb.base/commands.exp: Test loop_break and loop_continue in nested loopsSimon Marchi2017-09-042-23/+47
* Introduce gdb_disassembly_flagsPedro Alves2017-09-0411-56/+114
* Add tests for loop_break and loop_continue commandsSimon Marchi2017-09-042-0/+48
* Error out immediatly when using if command without args in command listSimon Marchi2017-09-044-1/+28
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-046-75/+100
* gdbserver Makefile: don't delete intermediary filesSimon Marchi2017-09-042-0/+7
* Kill init_salPedro Alves2017-09-0426-206/+176
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-0419-630/+517
* Introduce gdb::array_viewPedro Alves2017-09-044-0/+683
* Clarify "list" output when specified lines are ambiguousPedro Alves2017-09-047-8/+203
* Fix build breakage when libipt is availablePedro Alves2017-09-042-2/+6
* Let i386_target_description return tdesc_i386_mmxYao Qi2017-09-044-4/+15
* Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0Yao Qi2017-09-042-2/+7
* Use i386_target_description to get tdesc_i386Yao Qi2017-09-044-8/+14
* Use amd64_target_description to get tdesc_amd64Yao Qi2017-09-0410-10/+34
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-045-52/+53
* Use std::string in reopen_exec_fileTom Tromey2017-09-032-8/+7
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-037-54/+56
* Return std::string from perror_stringTom Tromey2017-09-032-21/+12
* Use std::string and unique_xmalloc_ptr in demangle_commandTom Tromey2017-09-032-23/+18
* Use std::string in do_set_commandTom Tromey2017-09-032-12/+8
* Use unique_xmalloc_ptr in cd_commandTom Tromey2017-09-032-11/+13
* Use std::string in mi_cmd_interpreter_execTom Tromey2017-09-032-8/+8
* Use unique_xmalloc_ptr in env_execute_cli_commandTom Tromey2017-09-032-8/+9
* Use std::string thread.cTom Tromey2017-09-032-22/+17
* Return std::string from memory_error_messageTom Tromey2017-09-035-22/+23
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-0310-70/+71
* PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil2017-09-012-3/+9
* Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2017-08-3115-65/+984
* Unbreak gdb build on 32-bit host with ADI supportWeimin Pan2017-08-312-11/+33
* Look for FIR in the last FreeBSD/mips floating-point register.John Baldwin2017-08-293-14/+39
* gdb.base/commands.exp: Remove unused global referencesSimon Marchi2017-08-282-21/+13
* Add missing PR number in ChangeLogSimon Marchi2017-08-281-0/+1
* define_command: Don't convert command name to lower caseSimon Marchi2017-08-284-6/+40
* remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_typeJoel Brobecker2017-08-252-29/+20
* gdbserver: Rename some functions, thread -> inferiorSimon Marchi2017-08-257-22/+48
* Remove unused function set_inferior_target_dataSimon Marchi2017-08-243-7/+5
* DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil2017-08-242-1/+18
* DWARF-5: Fix -fdebug-types-sectionJan Kratochvil2017-08-242-17/+48
* Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior2017-08-235-9/+108
* compile: Add 'set compile-gcc'Jan Kratochvil2017-08-235-17/+101
* compile: set debug compile: Display GCC driver filenameJan Kratochvil2017-08-232-2/+14
* gdb: SPARC ADI supportWeimin Pan2017-08-2310-0/+903
* Rename some command functionsSimon Marchi2017-08-2218-81/+169
* Add test for "List actual code around more than one location" changePedro Alves2017-08-222-1/+38
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-227-66/+69
* Fix erroneous cleanup use in add_solib_catchpointTom Tromey2017-08-222-7/+7
* Change psymtab_search_name to return a unique_xmalloc_ptrTom Tromey2017-08-222-20/+17
* Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey2017-08-224-41/+33