aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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 w/HEAD.Keith Seitz177-3478/+5912
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
2017-07-22C++-ify break-catch-throwTom Tromey2-27/+23
2017-07-22C++-ify break-catch-sigTom Tromey2-104/+74
2017-07-22gdb.python/py-unwind: Disable stack protectionSimon Marchi2-1/+11
2017-07-20Make language_def O(1)Pedro Alves18-226/+184
2017-07-20get_int_var_valuePedro Alves4-34/+24
2017-07-20Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves3-4/+10
2017-07-20Eliminate block_iter_name_*Pedro Alves5-125/+16
2017-07-20Fix cp_find_first_component_aux bugPedro Alves2-0/+7
2017-07-20Make gdb.base/dmsym.exp independent of "set language ada"Pedro Alves4-34/+37
2017-07-18Fix Fission (broken by my previous patch)David Blaikie2-0/+6
2017-07-18Remove one line commentYao Qi2-2/+4
2017-07-18Simplify regcache_cpy and remove regcache::cpy_no_passthroughYao Qi3-37/+14