aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-02-05guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans2-3/+8
2015-02-04Clean up System V IPC objects allocated by test.Don Breazeal2-4/+26
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil3-2/+12
2015-02-04Linux: don't resume new LWPs until we've pulled all events out of the kernelPedro Alves4-53/+63
2015-02-04Fix '--target_board=native-extended-gdbserver/-m32'Pedro Alves2-1/+9
2015-02-04Warn if core file register section is larger than expectedAndreas Arnez9-6/+45
2015-02-04x86: Use correct .reg-xstate section sizeAndreas Arnez3-3/+11
2015-02-04Fix internal error when core file section is too bigAndreas Arnez7-18/+56
2015-02-04Speed up GDB's TUI outputDoug Evans5-6/+43
2015-02-04Fix build breakage due to event loop simplificationPedro Alves2-0/+9
2015-02-03compile: Filter out -fpreprocessedJan Kratochvil2-0/+28
2015-02-03Simplify event-loop core, remove two-step event processingPedro Alves4-243/+119
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves6-13/+72
2015-02-03Fix up some target is-async vs can-async confusionsPedro Alves3-13/+18
2015-02-02Mention which return values need to be freed in lang_varobj_opsSimon Marchi2-4/+13
2015-02-02Add missing i18n marker in dwarf2_evaluate_property warning message.Joel Brobecker2-1/+5
2015-02-02[Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker2-6/+11
2015-02-02[Ada] pspace_data->sym_cache is always NULLJoel Brobecker2-5/+10
2015-02-01remove myself from MAINTAINERSTom Tromey2-3/+4
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans9-53/+126
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans9-67/+189
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans11-21/+26
2015-01-31Be more strict about what kinds of types can be passed.Doug Evans2-4/+28
2015-01-31gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD kinds.Doug Evans2-6/+28
2015-01-31ChangeLog entries for max-completions patch.Gary Benson3-0/+55
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson10-24/+478
2015-01-31Build list of completions as symbol tables are expanded.Gary Benson2-39/+80
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson10-12/+60
2015-01-31gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.Doug Evans2-1/+5
2015-01-31Remove premature comments from previous patch to completer.cDoug Evans1-7/+2
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans7-161/+803
2015-01-31Add symbol lookup cache.Doug Evans5-14/+819
2015-01-31PR symtab/17855Joel Brobecker2-2/+10
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans18-191/+723
2015-01-31Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii4-2/+94
2015-01-30Add producer string to output of info source.Doug Evans5-2/+25
2015-01-30Fix varobj_delete commentSimon Marchi2-3/+8
2015-01-30Mention that create_child takes ownership of the allocated nameSimon Marchi2-1/+8
2015-01-30Constify some parameters in the varobj codeSimon Marchi6-79/+137
2015-01-30Set varobj->path_expr in varobj_get_path_exprSimon Marchi3-8/+20
2015-01-30Free results of varobj_get_expressionSimon Marchi3-3/+21
2015-01-30Free results of varobj_get_type and type_to_stringSimon Marchi3-4/+29
2015-01-29PR symtab/17890Doug Evans2-0/+15
2015-01-29Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard4-45/+43
2015-01-29Fix patch author issue in gdb/ChangeLog entry.Joel Brobecker1-1/+2
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker11-64/+317
2015-01-29[Ada/varobj] number of children of null pointer to dynamic array.Joel Brobecker7-0/+143
2015-01-29gdb/DWARF: dynamic subrange type of dynamic subrange type.Joel Brobecker2-3/+20
2015-01-29Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov2-1/+5
2015-01-27Add gdb.Objfile.username.Doug Evans7-0/+68