aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-07-18Improve doc about "maint print c-tdesc"Yao Qi2-2/+8
2017-07-18Fix GDB builds that include the simulatorPedro Alves2-15/+38
2017-07-17A smarter linespec completerPedro Alves8-65/+722
2017-07-17Linespec lexing and C++ operatorsPedro Alves2-6/+88
2017-07-17Explicit locations -label completerPedro Alves4-41/+190
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves15-165/+1029
2017-07-17Introduce strncmp_iwPedro Alves3-24/+83
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves10-20/+42
2017-07-17"complete" command and completion word break charactersPedro Alves4-19/+210
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves36-842/+1252
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves7-68/+153
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves8-16/+26
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves6-132/+221
2017-07-17C++ify dwarf2_per_objfilePedro Alves2-133/+184
2017-07-15gdb: Make some test names uniqueAndrew Burgess2-7/+11