aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-23Fix PR remote/21852: Remote run without specifying a local binary crashes GDBSergio Durigan Junior5-9/+108
2017-08-23compile: Add 'set compile-gcc'Jan Kratochvil5-17/+101
2017-08-23compile: set debug compile: Display GCC driver filenameJan Kratochvil2-2/+14
2017-08-23gdb: SPARC ADI supportWeimin Pan10-0/+903
2017-08-22Rename some command functionsSimon Marchi18-81/+169
2017-08-22Add test for "List actual code around more than one location" changePedro Alves2-1/+38
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey7-66/+69
2017-08-22Fix erroneous cleanup use in add_solib_catchpointTom Tromey2-7/+7
2017-08-22Change psymtab_search_name to return a unique_xmalloc_ptrTom Tromey2-20/+17
2017-08-22Change rewrite_source_path to return a unique_xmalloc_ptrTom Tromey4-41/+33
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey15-145/+130
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey4-5/+13
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey7-28/+33
2017-08-22List actual code around more than one locationZhouyi Zhou2-16/+36
2017-08-21Use an array type (lwpid_t[]) for the array of lwp IDs.John Baldwin2-5/+8
2017-08-21Correct earlier ChangeLog entry for fbsd_add_threads.John Baldwin1-1/+1
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves10-9/+194
2017-08-21Fix type casts losing typedefs and reimplement "whatis" typedef strippingPedro Alves13-31/+654
2017-08-18Remove save_inferior_ptidTom Tromey13-133/+78
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2-0/+14
2017-08-18GDBserver self testsYao Qi16-18/+146
2017-08-18Remove some GDB specific stuff from selftest.cYao Qi2-5/+8
2017-08-18Put selftests api into selftests namespaceYao Qi21-27/+66
2017-08-17Plug source_command leakPedro Alves2-1/+5
2017-08-17Plug line_header leaksPedro Alves2-33/+70
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay2-0/+7
2017-08-17Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWSRuslan Kabatsayev2-0/+8
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev4-0/+20
2017-08-16Add myself as a write-after-approval GDB maintainer.Stafford Horne2-0/+5
2017-08-16xtensa: Properly strdup string when building reggroupStafford Horne2-5/+5
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior4-1/+16
2017-08-15Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2-1/+6
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez2-1/+34
2017-08-14Remove BITS_IN_BYTES defineTom Tromey2-6/+9
2017-08-14Fix two regressions in scalar printingTom Tromey7-8/+44
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey2-32/+15
2017-08-14Use std::move in a few placesTom Tromey4-3/+10
2017-08-12Fix typo on documentation ("show set startup-with-shell")Sergio Durigan Junior2-1/+7
2017-08-12testsuite: Exclude end-of-line characters from get_valueof resultSimon Marchi2-1/+6
2017-08-11More gdb/skip.c C++ificationPedro Alves4-238/+243
2017-08-11Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi4-16/+17