aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Change return type of find_and_open_scriptTom Tromey1-0/+9
2017-08-03Introduce and use gdb_file_upTom Tromey1-0/+25
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-0/+19
2017-08-02MIPS: Factor out FPU type naming in `gdbarch' debugMaciej W. Rozycki1-0/+5
2017-08-01MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki1-0/+5
2017-07-31Update ChangeLog (missed that in my previous commit)Xavier Roirand1-0/+4
2017-07-27Add myself as a write-after-approval GDB maintainer.Xavier Roirand1-0/+4
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+17
2017-07-26Lazily and dynamically create i386-linux target descriptionsYao Qi1-0/+14
2017-07-26Generate c for feature instead of tdescYao Qi1-0/+23
2017-07-26Use visitor pattern for "maint print c-tdesc"Yao Qi1-0/+128
2017-07-26Centralize i386 linux target descriptionsYao Qi1-0/+13
2017-07-26Add optional argument to command "maint prints c-tdesc"Yao Qi1-0/+8
2017-07-26Class-fy target_descYao Qi1-0/+7
2017-07-25Fix two NetBSD-specific typos in the configure.nat conversion.John Baldwin1-0/+4
2017-07-25Make amd64_x32_init_abi and amd64_init_abi argument constantYao Qi1-0/+8
2017-07-25[ARM] Access FPSCR on vfpv2Yao Qi1-0/+7
2017-07-22Use std::vector in struct catch_syscall_inferior_dataTom Tromey1-0/+9
2017-07-22Use std::vector in syscall_catchpointTom Tromey1-0/+14
2017-07-22C++-ify break-catch-throwTom Tromey1-0/+10
2017-07-22C++-ify break-catch-sigTom Tromey1-0/+19
2017-07-20Make language_def O(1)Pedro Alves1-0/+48
2017-07-20get_int_var_valuePedro Alves1-0/+8
2017-07-20Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves1-0/+6
2017-07-20Eliminate block_iter_name_*Pedro Alves1-0/+11
2017-07-20Fix cp_find_first_component_aux bugPedro Alves1-0/+5
2017-07-18Fix Fission (broken by my previous patch)David Blaikie1-0/+5
2017-07-18Remove one line commentYao Qi1-0/+4
2017-07-18Simplify regcache_cpy and remove regcache::cpy_no_passthroughYao Qi1-0/+7
2017-07-18Fix GDB builds that include the simulatorPedro Alves1-0/+5
2017-07-17A smarter linespec completerPedro Alves1-0/+30
2017-07-17Linespec lexing and C++ operatorsPedro Alves1-0/+5
2017-07-17Explicit locations -label completerPedro Alves1-0/+13
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-0/+94
2017-07-17Introduce strncmp_iwPedro Alves1-0/+11
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-0/+20
2017-07-17"complete" command and completion word break charactersPedro Alves1-0/+12
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-0/+182
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-0/+26
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-0/+11
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves1-0/+18
2017-07-17C++ify dwarf2_per_objfilePedro Alves1-0/+20
2017-07-14Handle sizeof(type) in RustTom Tromey1-0/+8
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey1-0/+8
2017-07-14Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-indexPedro Alves1-0/+6
2017-07-14ax-gdb: Remove more unused argumentsSimon Marchi1-0/+6
2017-07-14ax-gdb: Remove unnecessary gdbarch parametersSimon Marchi1-0/+24
2017-07-14ax-gdb: Remove two unused agent_expr *ax parametersSimon Marchi1-0/+6
2017-07-14ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parametersSimon Marchi1-0/+17
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves1-0/+25