Use official ELF machine number for moxie
[deliverable/binutils-gdb.git] / gdb /
2015-01-09  Pedro AlvesTest attaching to a program that constantly spawns...
2015-01-09  Pedro AlvesLinux: Skip thread_db thread event reporting if PTRACE_...
2015-01-09  Pedro Alveslibthread_db: Skip attaching to terminated and joined...
2015-01-09  Pedro AlvesLinux: on attach, attach to lwps listed under /proc...
2015-01-09  Pedro Alveslibthread_db: debug output should go to gdb_stdlog
2015-01-09  Pedro Alvesskip "attach" tests when testing against stub-like...
2015-01-09  Chen Ganggdb/compile/compile.c: Check return value of 'system...
2015-01-09  Chen Ganggdb/compile/compile.c: Check return value of 'system...
2015-01-08  Yao Qialways read synthetic pointers as signed integers
2015-01-08  Pierre Muller Set language for C++ special symbols.
2015-01-08  Yao QiRecognize branch instruction on MIPS in gdb.trace/entry...
2015-01-07  Patrick PalkaTrivially tweak the comment documenting initial_gdb_tty...
2015-01-07  Joel BrobeckerEmpty line after comment documenting set_initial_gdb_tt...
2015-01-07  Jan Kratochvil[testsuite patch] Fix avx512.exp regression
2015-01-07  Patrick PalkaDon't propagate our current terminal state to the inferior
2015-01-07  Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06  Joel Brobeckergdb/guile: Do not error when trying to create empty...
2015-01-06  Joel Brobeckergdb/python: exception trying to create empty array
2015-01-03  Doug Evansfix spelling of anon-ns2.cc in earlier entry, and white...
2015-01-03  Doug Evansc-exp.y: misc cleanup, no code changes
2015-01-03  Doug Evansgdb.cp/nsalias.exp: Fix output of external/declaration...
2015-01-02  Maciej W. RozyckiMIPS: Make the extracted stack offset signed in the...
2015-01-02  Doug Evansgdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types...
2015-01-02  Doug Evansdwarf2read.c (setup_type_unit_groups): Remove outdated...
2015-01-02  Doug Evanssymtab.h (struct symbol): Fix typo in comment.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2015-01-01  Joel BrobeckerUpdate copyright year printed by gdb, gdbserver and...
2015-01-01  Joel BrobeckerYearly gdb/ChangeLog rotation.
2014-12-31  Joel BrobeckerRemove "add-shared-symbol-files", "dll-symbols" and...
2014-12-30  Joel BrobeckerRemove "dll-symbols", "add-shared-symbol-files" and...
2014-12-29  Sergio Durigan JuniorSanitize input_interrupt output
2014-12-29  Jiong Wang[PATCH] Remove cast in Tag_ABI_VFP_args switch case...
2014-12-29  Yao QiClean up gdb.trace/entry-values.exp
2014-12-29  Anthony GreenAdd moxiebox target support
2014-12-28  Joel BrobeckerFix small spelling mistake in gdb/ChangeLog.
2014-12-27  Anthony GreenUpdate for moxie ISA changes
2014-12-25  Terry GuoARM: Add support for value 3 of Tag_ABI_VFP_args attribute
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 Evansboards/stabs.exp: New file.
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  Catalin Udmaaarch64/gdbserver: fix floating point registers display
2014-12-16  Yao QiMove NEWS entries to the right section
2014-12-16  Yao QiReplace ARG_MAX with ARG_LAST
2014-12-16  Sergio Durigan JuniorMerge dg-extract-results.{sh,py} from GCC upstream
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-12-15  Simon Marchitestsuite: expect possible pagination when starting gdb
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  Jason Merrill * Makefile.in (check-gdb.%): Restore.
2014-12-15  Joel BrobeckerUse PTRACE_SINGLESTEP_ONE when single-stepping one...
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  Joel Brobeckerconfigure gdb/gnulib with --disable-largefile if largef...
2014-12-13  Jan KratochvilFix 7.8 regression: resolve_dynamic_struct: Assertion...
2014-12-13  Joel BrobeckerLift DWARF unwinder restriction in dwarf2-frame.c:...
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
next
This page took 0.051693 seconds and 7 git commands to generate.