aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey12-203/+129
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey2-3/+8
2017-08-05Remove cleanups from Rust parserTom Tromey2-162/+202
2017-08-04Unbreak GDBserver build for x32Yao Qi3-3/+12
2017-08-04Add namespace std to nullptr_tYao Qi2-2/+6
2017-08-03Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev2-0/+5
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey3-31/+6
2017-08-03Use gdb_argv in PythonTom Tromey2-17/+11
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey24-249/+289
2017-08-03Remove a cleanup in PythonTom Tromey2-23/+11
2017-08-03Avoid some manual memory management in PythonTom Tromey4-42/+29
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey4-23/+11
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey2-6/+11
2017-08-03Remove user_call_depthTom Tromey2-15/+8
2017-08-03Remove in_user_commandTom Tromey4-11/+7
2017-08-03Use containers to avoid cleanupsTom Tromey10-108/+63
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey2-14/+9
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey2-20/+11
2017-08-03More uses of scoped_restoreTom Tromey5-115/+56
2017-08-03Remove make_cleanup_free_soTom Tromey5-39/+26
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey6-36/+47
2017-08-03Remove an unlink cleanupTom Tromey2-19/+25
2017-08-03Remove make_cleanup_fcloseTom Tromey3-20/+5
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey2-12/+17
2017-08-03Use gdb_file_up in source.cTom Tromey2-29/+21
2017-08-03Use gdb_file_up in fbsd-nat.cTom Tromey2-4/+6
2017-08-03Change return type of find_and_open_scriptTom Tromey4-43/+59
2017-08-03Introduce and use gdb_file_upTom Tromey15-153/+112
2017-08-03Introduce and use ui_out_emit_tableTom Tromey14-196/+212
2017-08-02MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki2-8/+25
2017-08-01MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki2-2/+7
2017-07-31Update ChangeLog (missed that in my previous commit)Xavier Roirand1-0/+4
2017-07-31Fix documentation about rot agent expression bytecodeSimon Marchi2-2/+9
2017-07-31darwin: handle recent version of dyldXavier Roirand1-1/+1
2017-07-27Add myself as a write-after-approval GDB maintainer.Xavier Roirand2-0/+5
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi11-0/+259
2017-07-26Lazily and dynamically create i386-linux target descriptionsYao Qi5-34/+112
2017-07-26Generate c for feature instead of tdescYao Qi10-12/+425
2017-07-26Use visitor pattern for "maint print c-tdesc"Yao Qi96-558/+764
2017-07-26Centralize i386 linux target descriptionsYao Qi4-35/+46
2017-07-26Add optional argument to command "maint prints c-tdesc"Yao Qi6-14/+44
2017-07-26Class-fy target_descYao Qi2-27/+44
2017-07-26Add enum for result of fast_tracepoint_collectingSimon Marchi5-44/+91
2017-07-25Fix two NetBSD-specific typos in the configure.nat conversion.John Baldwin2-1/+6
2017-07-25Make amd64_x32_init_abi and amd64_init_abi argument constantYao Qi3-4/+12
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi5-108/+154
2017-07-25[ARM] Access FPSCR on vfpv2Yao Qi2-2/+11
2017-07-24s390-vregs.exp: Fix Tcl error after non-zero-pad patchAndreas Arnez2-8/+16
2017-07-22Use std::vector in struct catch_syscall_inferior_dataTom Tromey2-31/+25
2017-07-22Use std::vector in syscall_catchpointTom Tromey2-79/+50