aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-14Handle sizeof(type) in RustTom Tromey4-7/+36
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey5-4/+31
2017-07-14Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves6-26/+121
2017-07-14ax-gdb: Remove more unused argumentsSimon Marchi2-4/+8
2017-07-14ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi5-60/+78
2017-07-14ax-gdb: Remove two unused agent_expr *ax parametersSimon Marchi2-8/+14
2017-07-14ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parametersSimon Marchi2-91/+90
2017-07-13gdb: Fix more parameter passing to mi_create_breakpointAndrew Burgess2-2/+8
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves11-29/+54
2017-07-13gdb: Fix parameter passing to mi_create_breakpointAndrew Burgess2-15/+26
2017-07-13S390: Add record/replay support for arch12 instructionsAndreas Arnez2-24/+101
2017-07-11Support the fs_base and gs_base registers on FreeBSD/amd64 native processes.John Baldwin2-0/+61
2017-07-11Include the fs_base and gs_base registers in amd64 target descriptions.John Baldwin20-233/+302
2017-07-11Sync dlang demangling tests from upstream libiberty testsuite.Iain Buclaw2-1/+5
2017-07-10Add missing ChangeLog etriesAnton Kolesov1-0/+16
2017-07-10Re-generate i386/amd64-avx-avx512-linux.c and i386/amd64-avx-mpx-avx512-pku-l...Yao Qi3-2/+7
2017-07-10Re-indent the codeYao Qi2-1/+5
2017-07-10Import setenv and unsetenv from gnulibAnton Kolesov12-9/+1201
2017-07-09compile-loc2c: Fix uninitialized variable errorSimon Marchi2-0/+6
2017-07-09Fix size check in dwarf2_evaluate_loc_desc_fullTom Tromey4-1/+112
2017-07-07Read signal information from FreeBSD core dumps.John Baldwin2-0/+75