aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey7-53/+51
2018-07-17Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey5-29/+21
2018-07-17Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey6-23/+31
2018-07-17Use std::string in ppscm_make_pp_type_error_exceptionTom Tromey2-10/+9
2018-07-17RISC-V: Don't decrement pc after break.Jim Wilson2-23/+8
2018-07-17RISC-V: Correct legacy misa register number.Jim Wilson2-2/+8
2018-07-17Remove --disable-gdbcliTom Tromey5-56/+15
2018-07-17Use scoped_free_pendings in coff_symtab_readTom Tromey2-0/+8
2018-07-16RISC-V: Add osabi support.Jim Wilson2-0/+7
2018-07-16Add missing ChangeLog entrySimon Marchi1-0/+12
2018-07-16Remove unused variables in ia64*tdep.cSimon Marchi3-14/+4
2018-07-16Fix compilation error in ia64-vms-tdep.c with libunwind-ia64Simon Marchi2-1/+5
2018-07-16remote-sim.c: Remove unused variablesSimon Marchi2-6/+5
2018-07-16Add missing ChangeLog entrySimon Marchi1-0/+6
2018-07-16Fix compilation error in ia64-tdep.c with libunwind-ia64Simon Marchi1-15/+9
2018-07-16Use outermost_context_p in more placesTom Tromey5-13/+21
2018-07-16Move the using directives to buildsym_compunitTom Tromey5-26/+77
2018-07-16Make free_pending_blocks staticTom Tromey5-8/+20
2018-07-16Move the subfile stack to buildsym_compunitTom Tromey3-28/+24
2018-07-16Use gdb_assert in two places in buildsym.cTom Tromey2-10/+7
2018-07-16Remove merge_symbol_listsTom Tromey3-30/+5
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey4-7/+13
2018-07-16Remove buildsym_new_initTom Tromey8-22/+21
2018-07-16Move within_function to stabsreadTom Tromey6-6/+15
2018-07-16Move processing_gcc to stabsreadTom Tromey4-8/+12
2018-07-16Move some code from buildsym to stabsreadTom Tromey5-25/+36
2018-07-16Make context_stack_size static in buildsym.cTom Tromey3-4/+9
2018-07-16Move processing_acc_compilation to dbxread.cTom Tromey3-8/+13
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey6-27/+73
2018-07-16Move have_line_numbers to buildsym_compunitTom Tromey2-9/+15
2018-07-16Move pending_macros to buildsym_compunitTom Tromey2-28/+39
2018-07-16Move last_source file to buildsym_compunitTom Tromey2-18/+36
2018-07-16Add assert in prepare_for_buildingTom Tromey2-0/+5
2018-07-16Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptrTom Tromey2-6/+12
2018-07-16Use new and delete for buildsym_compunitTom Tromey2-50/+49
2018-07-15Fix filename in prior ChangeLog entrySimon Marchi1-4/+5
2018-07-13Remove struct keyword in range-based for loopSimon Marchi2-1/+6
2018-07-14gdb: Add Stafford Horne as or1k maintainer.Stafford Horne2-0/+7
2018-07-13Expect for another variant of error message when gdbserver cannot resolve hos...Sergio Durigan Junior2-1/+7
2018-07-13Remove a warning on macOSTom Tromey2-1/+6
2018-07-13S390: Fix displaced stepping of "basr r,0"Andreas Arnez2-0/+8
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves9-40/+43
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves8-46/+48
2018-07-12Add a self-test for cli-utils.cPhilippe Waroquiers3-0/+260
2018-07-12Modify gdb.threads/pthreads.exp to test FLAG qcs arguments for thread apply.Philippe Waroquiers2-4/+84
2018-07-12Add a test for 'frame apply'Philippe Waroquiers3-0/+293
2018-07-12Announce the user visible changes for frame/thread apply in NEWS.Philippe Waroquiers2-0/+31
2018-07-12Documents the new commands 'frame apply', faas, taas, tfaasPhilippe Waroquiers2-2/+193
2018-07-12Add [FLAG]... arguments to 'thread apply'.Philippe Waroquiers2-24/+119
2018-07-12Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMM...Philippe Waroquiers2-23/+300