Refactor endian handling in DFP routines
[external/binutils.git] / gdb /
2017-11-16 Ulrich WeigandRefactor endian handling in DFP routines
2017-11-16 Pedro AlvesGDBserver: Fix ignored Ctrl-C after reconnection
2017-11-16 Phil MuldoonAdd Python rbreak command.
2017-11-16 Pedro AlvesFix gdb.base/starti.exp racy test
2017-11-16 Yao QiRemove non-linux tic6x target descriptions
2017-11-16 Alan HaywardAllow osabi to be optional in target descriptions
2017-11-16 Yao QiFix tic6x-uclinux GDBserver build failure
2017-11-15 John BaldwinInclude <array> to declare std::array<>.
2017-11-15 John BaldwinConstify the 'arg' passed to commands in bsd-kvm.c.
2017-11-15 Simon Marchitui-win: Replace VEC with std::vector
2017-11-15 Simon MarchiFix gdb.tui/completion.exp test
2017-11-15 Andrew CagneyRemove no-longer applicable maintainer entries
2017-11-15 Andrew CagneyMove self to Past Maintainers.
2017-11-15 Yao QiRemove features/nios2-linux.c
2017-11-15 Alan HaywardBetter make rule for arch/ files built for IPA
2017-11-15 Yao QiFix M68HC11_NUM_REGS
2017-11-14 Paul CarrollFix 'xfered>0' assertion in target.c for remote connection
2017-11-14 Simon MarchiFix mem region parsing regression and add test
2017-11-14 Simon Marchigdb.opt/inline-locals.exp: Remove trailing parentheses...
2017-11-13 Andreas SchwabEnable hardware single step for m68k in GDBServer
2017-11-09 Pedro AlvesFix racy output matching in gdb.tui/tui-completion.exp
2017-11-09 Pedro AlvesFix racy output matching in gdb.base/multi-attach.exp...
2017-11-09 Pedro AlvesFix racy output matching in gdb.base/cpcompletion.exp
2017-11-09 Pedro AlvesFix racy output matching in gdb.base/memattr.exp
2017-11-09 Pedro AlvesFix racy output matching in gdb.base/completion.exp
2017-11-09 Pedro AlvesFix racy output matching in gdb.asm/asm-source.exp
2017-11-09 Joel Brobeckerfix typos in ada-lang.c comment
2017-11-09 Tom TromeySimplify the psymbol hash function
2017-11-09 Tom TromeySpeed up dict_hash
2017-11-09 Joel Brobeckerlocal variable watchpoint not deleted after leaving...
2017-11-09 Simon MarchiMake encode_actions_rsp use std::vector
2017-11-08 Pedro AlvesAvoid expensive complaint calls when complaints are...
2017-11-08 Djordje TodorovicAdd test for fetching TLS from core file
2017-11-08 Tom TromeyRemove symbolp vector
2017-11-08 Pedro AlvesMake the linespec/location completer ignore data symbols
2017-11-08 Pedro AlvesUse search_domain::FUNCTIONS_DOMAIN when setting breakp...
2017-11-08 Pedro AlvesSimplify completion_list_add_name | remove sym_text...
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesReorder/reindent dw2_expand_symtabs_matching & friends
2017-11-08 Pedro AlvesOptimize .gdb_index symbol name searching
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-08 Pedro AlvesFix "make test-cp-name-parser"
2017-11-07 Tom TromeyConstify execute_command
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyAdd set_repeat_arguments function
2017-11-07 Tom TromeyRemove cleanup from backtrace_command
2017-11-07 Tom TromeyConstify add_path and friends
2017-11-07 Tom TromeyMake strip_bg_char return a unique_xmalloc_ptr
2017-11-07 Tom TromeyMake set_cmd_cfunc private
2017-11-07 Tom TromeyConstify add_com_suppress_notification
2017-11-07 Tom TromeyConstify add_abbrev_prefix_cmd
2017-11-07 Pedro AlvesAdd some more breakpoint/location range tests
2017-11-07 Pedro AlvesMake breakpoint/location number parsing error output...
2017-11-07 Pedro AlvesAdd base 'enable/disable invalid location range' tests
2017-11-07 Pedro AlvesBreakpoint location parsing: always error instead of...
2017-11-07 Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-11-06 Luis MachadoUpdate my e-mail address.
2017-11-06 Pedro AlvesSimplify child_terminal_inferior
2017-11-06 Pedro AlvesTest attaching to a process that isn't a process group...
2017-11-06 Pedro AlvesDon't check termio.h and sgtty.h in common/common.m4...
2017-11-06 Pedro AlvesEliminate STOP_SIGNAL, use SIGTSTP directly
2017-11-06 Pedro AlvesDon't set terminal flags twice in a row
2017-11-06 Pedro AlvesAssume termios is available, remove support for termio...
2017-11-06 Ulrich WeigandTarget FP: Merge doublest.c and dfp.c into target-float.c
2017-11-06 Ulrich WeigandTarget FP: Remove unused floating-point routines
2017-11-06 Ulrich WeigandTarget FP: Remove convert_typed_floating from tdep...
2017-11-06 Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-11-06 Ulrich WeigandTarget FP: Perform Ada fixed-point scaling in target...
2017-11-06 Ulrich WeigandTarget FP: Add binop and compare routines to target...
2017-11-06 Ulrich WeigandTarget FP: Add conversion routines to target-float...
2017-11-06 Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-11-06 Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-11-04 Tom TromeyUse std::vector in h8300-tdep.c
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
2017-11-04 Tom TromeyUse unique_xmalloc_ptr in c_type_print_base
2017-11-04 Tom TromeyRemove cleanups from linux-tdep.c
2017-11-04 Tom TromeyUse gdb::byte_vector in ppc-linux-tdep.c
2017-11-04 Tom TromeyRemove make_cleanup_free_objfile
2017-11-04 Tom TromeyUse gdb::def_vector in sparc64-tdep.c
2017-11-04 Tom TromeyReplace start_rbreak_breakpoints and end_rbreak_breakpoints
2017-11-04 Tom TromeyRemove directive-searched cleanups
2017-11-04 Tom TromeyUse unique_xmalloc_ptr in find_separate_debug_file_by_d...
2017-11-04 Tom TromeyUse std::vector in compile-loc2c.c
2017-11-04 Tom TromeyRemove cleanups from link_callbacks_einfo
2017-11-04 Tom TromeyReplace really_free_pendings with a scoped_ class
2017-11-03 Ulrich WeigandFix regression on ARM after Target FP patches
2017-11-03 Yao QiSkip gdb.mi/list-thread-groups-available.exp if no...
2017-11-03 Yao QiSkip gdb.python/py-thrhandle.exp if python is not enabled.
2017-11-02 Yao QiConstruct readonly regcache without address space
2017-11-02 Yao Qiconst-fy regcache::m_readonly_p
2017-11-02 Yao Qiconst-fy regcache::m_aspace
2017-11-02 Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-11-02 Yao QiRemove regcache_descr::nr_raw_registers
2017-11-02 Yao QiNew method regcache::assert_regnum
2017-11-02 Yao QiRemove code wrapped by "#if 0"
2017-11-02 Yao QiRemove regcache_descr fields sizeof_raw_register_status...
next