aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-07Use the thread_section_name helper class in fbsd_core_thread_name.John Baldwin2-4/+7
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin6-24/+92
2017-07-07Move the thread_section_name class to gdbcore.h.John Baldwin3-45/+50
2017-07-07Fetch signal information for native FreeBSD processes.John Baldwin2-0/+170
2017-07-07Implement the "get_siginfo_type" gdbarch method for FreeBSD architectures.John Baldwin2-0/+130
2017-07-06Fission support for multiple CUs per DWO fileDavid Blaikie7-47/+564
2017-07-06Fix Python unwinder frames regressionPedro Alves4-2/+11
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves3-24/+12
2017-07-03buffer.h: Fix spelling mistakesSimon Marchi2-1/+5
2017-07-01Setup .dir-locals.el to use C-style comments by defaultEli Zaretskii2-0/+7
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior4-18/+54