Look up primitive types as symbols.
[external/binutils.git] / gdb / ChangeLog
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug Evanssymtab.h (SYMBOL_DOMAIN_BITS): New macro.
2014-12-23 Doug Evansinitialize_objfile_symbol: Renamed from initialize_symbol.
2014-12-23 Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-22 Doug Evanscp-namespace.c (cp_lookup_symbol_via_all_imports):...
2014-12-22 Doug Evanscp-namespace.c (cp_lookup_symbol_via_imports): New...
2014-12-22 Doug Evanscp-namespace.c (cp_lookup_nested_symbol_1): New function.
2014-12-22 Doug Evanscp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.
2014-12-22 Doug Evanscp-namespace.c: Whitespace cleanup.
2014-12-20 Mihail-Marian Nistorgdb/17394: cannot put breakpoint only in selected ASM...
2014-12-19 Yao QiMIPS SDE OS ABI support
2014-12-18 Simon MarchiA few comment cleanups
2014-12-18 Yao QiMIPS: Provide FPU info and decode FCSR in `info float'
2014-12-18 Yao QiRefactor gdbarch method print_float_info
2014-12-18 Yao QiRemove h8300_print_float_info
2014-12-18 Doug Evansinfcmd.c (jump_command): Minor simplification.
2014-12-18 Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-12-18 Doug EvansFix file name in earlier entry.
2014-12-17 Jan KratochvilFix MinGW compilation
2014-12-17 Doug Evansvalue_maybe_namespace_elt: Remove redundant call to...
2014-12-17 Doug EvansNew parameter "debug symbol-lookup".
2014-12-17 Doug EvansMake buildsym set-up/tear-down more consistent, and...
2014-12-17 Doug Evanscp_lookup_symbol_via_imports: Renamed from cp_lookup_sy...
2014-12-17 Doug Evanscp_find_type_baseclass_by_name: Renamed from find_type_...
2014-12-17 Doug Evanssymtab.h (struct symbol_search) <symtab>: Delete, unnec...
2014-12-16 Andreas ArnezFix indentation of "maint print user-registers"
2014-12-16 Joel Brobecker[Linux] Ask kernel to kill inferior when GDB terminates
2014-12-16 Yao QiMove NEWS entries to the right section
2014-12-16 Yao QiReplace ARG_MAX with ARG_LAST
2014-12-15 Simon MarchiIntroduce utility function find_inferior_ptid
2014-12-15 Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-12-15 Simon Marchipython extended prompt: Use os.getcwd() instead of...
2014-12-15 Catalin UdmaFix info mem command for 32 bits host/64 bits target
2014-12-13 Doug Evansutils.c (make_hex_string): Fix off-by-one error.
2014-12-13 Joel BrobeckerInternal error trying to print uninitialized string.
2014-12-13 Joel BrobeckerAvoid use of sprintf in gdb/utils.c:make_hex_string
2014-12-13 Joel BrobeckerFix ARI warnings in gdb/compile/compile-object-load.c.
2014-12-13 Joel BrobeckerAdd missing ChangeLog entry for PR backtrace/16215.
2014-12-13 Joel BrobeckerAdd ChangeLog entries missing from the previous commit.
2014-12-13 Jan KratochvilFix 7.8 regression: resolve_dynamic_struct: Assertion...
2014-12-13 Doug Evansvalue_maybe_namespace_elt: Remove unnecessary test...
2014-12-13 Doug EvansRename cp_is_anonymous to cp_is_in_anonymous.
2014-12-13 Doug EvansGive quick_symbol_functions "methods" a consistent...
2014-12-12 Tom Tromeythe "compile" command
2014-12-12 Jan Kratochviladd s390_gcc_target_options
2014-12-12 Jan Kratochviladd linux_infcall_mmap
2014-12-12 Jan Kratochvilexport dwarf2_reg_to_regnum_or_error
2014-12-12 Tom Tromeymake dwarf_expr_frame_base_1 public
2014-12-12 Tom Tromeysplit dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax
2014-12-12 Jan Kratochvilintroduce call_function_by_hand_dummy
2014-12-12 Tom Tromeyadd gnu_triplet_regexp gdbarch method
2014-12-12 Jan Kratochviladd infcall_mmap and gcc_target_options gdbarch methods
2014-12-12 Jan Kratochviladd dummy frame destructor
2014-12-12 Tom Tromeyadd make_unqualified_type
2014-12-12 Tom Tromeyintroduce ui_file_write_for_put
2014-12-12 Doug EvansNew python function gdb.lookup_objfile.
2014-12-12 Maciej W. RozyckiMIPS: Define aliases for MSYMBOL_TARGET_FLAG macros
2014-12-12 Andreas ArnezProvide completer for "info registers"
2014-12-12 Andreas ArnezAdd new GDB command "maint print user-registers"
2014-12-12 Maciej W. RozyckiMIPS: Keep the ISA bit in compressed code addresses
2014-12-12 Yao QiImprove arm_skip_prologue by using arm_analyze_prologue
2014-12-12 Yao QiDon't scan prologue past epilogue
2014-12-11 Doug Evanscp-namespace.c (cp_lookup_nested_symbol): Fix comments.
2014-12-11 Doug Evans(lookup_global_symbol_from_objfile): Simplify.
2014-12-11 Doug Evanssymtab.c (domain_name) <MODULE_DOMAIN>: Add missing...
2014-12-10 Simon MarchiOnly leave dprintf inserted if it is marked as persiste...
2014-12-10 Doug Evanscp_lookup_symbol_nonlocal: Move definition closer to...
2014-12-10 Doug Evanscp-namespace.c (lookup_symbol_file): Move next to only...
2014-12-10 Doug Evanscp_lookup_symbol_imports: Make static.
2014-12-10 Simon MarchiRestore terminal state in mi_thread_exit (PR gdb/17627)
2014-12-09 Doug Evanspython/py-objfile.c (objfpy_get_owner): Increment refco...
2014-12-08 Doug EvansNew "owner" attribute for gdb.Objfile.
2014-12-05 Jan KratochvilUnify lookup_symbol_in_objfile_symtabs
2014-12-05 Jan KratochvilRemove const from many struct objfile *
2014-12-05 Andreas FromAdd myself as write after approval maintainer
2014-12-05 Doug EvansRevert: linespec.c (iterate_name_matcher): Fix argument...
2014-12-04 Doug EvansNew python method gdb.Objfile.add_separate_debug_file.
2014-12-04 Doug EvansNew python attribute gdb.Objfile.build_id.
2014-12-04 Jan KratochvilAccelerate lookup_symbol_aux_objfile 85x
2014-12-03 Maciej W. RozyckiMIPS: Add support for microMIPS Linux signal trampolines
2014-12-03 Ulrich WeigandUse core regset iterators on Sparc Solaris
2014-12-03 Simon MarchiFix make_cleanup_dtor signature to match declaration
2014-12-03 Doug EvansRemove cplus_specific from general_symbol_info.
2014-12-03 Doug EvansPR symtab/17602
2014-12-03 Doug EvansPR symtab/17591
2014-12-03 Doug Evansdwarf2read.c (peek_die_abbrev): Improve error message...
2014-12-03 Doug EvansRemove remnant of Chill support.
2014-12-02 Simon MarchiFix comment typo
2014-12-02 Nick BullNew python events: inferior call, register/memory changed.
2014-12-02 Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02 Doug EvansNew python events: infcall, register/memory changed.
2014-12-02 Doug Evanspython/py-infthread.c: Whitespace fixes.
2014-12-02 Andreas ArnezS390: Fix 'expedite' for s390-te-linux64
2014-12-01 Simon MarchiRemove duplicate comment
2014-12-01 Ulrich WeigandUse core regset iterators on GNU Hurd
2014-11-30 Jan KratochvilAdd add-auto-load-scripts-directory.
2014-11-30 Martin Galvanframe.c: Fix the check for FID_STACK_INVALID in frame_i...
2014-11-29 Siva ChandraCheck that thread stack temps are not already enabled...
2014-11-29 Yao Qi[arm] compute framereg and framesize when needed
next