Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / gdb /
2017-05-12  Tom TromeyAvoid exponential behavior in rust_evaluate_subexp
2017-05-12  Tom TromeyFix rust_dump_subexp_body
2017-05-12  Tom TromeyReplace "return" with "break"
2017-05-09  Yao QiUse std::forward_list for current_regcache
2017-05-09  Yao QiAdd current_regcache unit test
2017-05-08  Alan HaywardRemove some uses of MAX_REGISTER_SIZE from mips-tdep.c
2017-05-08  Alan HaywardRemove some uses of MAX_REGISTER_SIZE from mips-linux...
2017-05-08  Alan HaywardRemove some uses of MAX_REGISTER_SIZE uses from mn10300...
2017-05-06  Sergio Durigan JuniorRearrange gdb/configure.nat to make it simpler and...
2017-05-06  Sergio Durigan JuniorIntroduce "gdb/configure.nat" (and delete "gdb/config...
2017-05-05  Tim Wiederhakebtrace: Fix memory leak in btrace_clear.
2017-05-05  Pedro Alvesgdb: Disable -Werror for -Wmaybe-uninitialized
2017-05-04  Pedro AlvesFix gdb.python/py-record-btrace-threads.exp with Python 3
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-04  Pedro Alvesmake_cleanup_restore_current_thread: Look up thread...
2017-05-04  Pedro AlvesFix get_core_register_section leak, introduce thread_se...
2017-05-04  Andreas ArnezRemove some superfluous code in corelow.c
2017-05-03  Keith SeitzMake sure malloc is linked into gdb.cp/oranking.cc.
2017-05-03  Alan HaywardRemove MAX_REGISTER_SIZE from frv-linux-tdep.c
2017-05-03  Simon Marchigdbarch.sh: Remove commented out TARGET_CHAR_BIT definition
2017-05-03  Sergio Durigan JuniorRegenerate gdb/{,gdbserver/}configure (for commit be628...
2017-05-02  Simon Marchisolib-target: Remove local variables
2017-05-02  Simon MarchiRemove definition of VEC (CORE_ADDR)
2017-05-02  Simon MarchiUse std::vector in lm_info_target
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-05-02  Simon MarchiChange field separator in gdbarch.sh
2017-05-02  Tim WiederhakePython: Introduce gdb.Instruction class
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceFunction
2017-05-02  Tim WiederhakePython: Move and rename gdb.BtraceInstruction
2017-05-02  Tim WiederhakePython: Introduce gdb.RecordGap class
2017-05-02  Tim WiederhakePython: Remove ptid from gdb.Record interface
2017-05-02  Tim WiederhakePython: Use correct ptid in btrace recording
2017-05-02  Tim WiederhakePython: Fix indentation in py-record-btrace.c
2017-05-01  Joel Brobeckergdb/MAINTAINERS: Move Daniel J and Mark to the Past...
2017-04-29  Sergio Durigan JuniorMake environ.exp run on all platforms (and create info...
2017-04-28  Yao QiRemove cleanup in get_return_value
2017-04-28  Yao QiUse tag dispatch regcache ctor in regcache_dup
2017-04-28  Yao QiSimplify regcache_dup
2017-04-28  Yao QiClass-fy regcache
2017-04-28  Simon MarchiClass-ify lm_info_windows
2017-04-28  Simon MarchiClass-ify lm_info_darwin
2017-04-28  Simon MarchiClass-ify lm_info_svr4
2017-04-28  Simon MarchiClass-ify lm_info_target
2017-04-28  Simon MarchiClass-ify lm_info_frv
2017-04-28  Simon MarchiFix indentation of lm_info_frv
2017-04-28  Simon MarchiClass-ify lm_info_dsbt
2017-04-28  Simon MarchiClass-ify lm_info_aix
2017-04-28  Simon MarchiMake various lm_info implementations inherit from a...
2017-04-28  Simon MarchiStandardize darwin's lm_info
2017-04-28  John BaldwinConsistently use fprintf_filtered when displaying MIPS...
2017-04-28  Yao QiAdd constructor and destructor to regcache
2017-04-28  Yao QiUse ptid method lwp in mips_linux_new_thread
2017-04-28  Yao Qi[MIPS] Use lwpid from lwp_info instead of inferior_ptid
2017-04-27  Keith SeitzFix overload resolution involving rvalue references...
2017-04-27  Simon MarchiAdd missing incref when creating Inferior Python object
2017-04-27  Ulrich WeigandRead corrrect auxiliary entry in AIX
2017-04-27  Alan HaywardRemove some MAX_REGISTER_SIZE uses in ia64-tdep.c
2017-04-26  Jiong Wang[gdbarch] New method "execute_dwarf_cfa_vendor_op"...
2017-04-26  Alan Haywardxtensa_pseudo_register_read/write - Use regcache_raw_re...
2017-04-26  Alan Haywardnds32: Abort instead of returning REG_UNKNOWN
2017-04-25  Yao QiChange readonly_p to bool
2017-04-25  Yao QiChange gdbarch_wchar_bit for AArch64 and ARM
2017-04-25  Pedro AlvesFix build on gcc < 5 (std::is_trivially_copyable missing)
2017-04-25  Pedro AlvesPoison non-POD memset & non-trivially-copyable memcpy...
2017-04-25  Pedro AlvesDon't memset non-POD types: struct breakpoint
2017-04-25  Pedro AlvesDon't memset non-POD types: struct btrace_insn
2017-04-25  Pedro AlvesDon't memset non-POD types: struct bp_location
2017-04-25  Pedro AlvesDon't memcpy non-trivially-copyable types: Make enum_fl...
2017-04-24  Yao QiUse floatformat_totalsize_bytes
2017-04-22  Tom TromeyUse ui_out_emit_list
2017-04-22  Tom TromeyUse ui_out_emit_tuple in more places in MI
2017-04-22  Tom TromeyUse ui_out_emit_tuple in tracepoint.c
2017-04-22  Tom TromeyMore uses of ui_out_emit_tuple
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-22  Simon Marchidoc: Improve documentation about MI thread output
2017-04-22  Simon MarchiRemove dead code and "current" field from MI thread...
2017-04-21  Jan Kratochvilrelease branch: Fix: --enable-werror
2017-04-21  Yao QiSimplify regcache_restore
2017-04-19  Pedro Alvesgdbthread.h: Fix comment typo
2017-04-19  Pedro AlvesFix removing inferiors from within "thread apply" commands
2017-04-19  Pedro AlvesMake inferior::detaching a bool, and introduce scoped_r...
2017-04-19  Pedro Alvesgdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_U...
2017-04-18  Pedro AlvesEliminate obstack_printf
2017-04-18  Pedro Alvesgdb_xml_parser: make data fields private and make more...
2017-04-18  Pedro Alvesxml-support.c: Use std::string for growing string buffer
2017-04-18  Pedro Alvesgdb::optional unit tests
2017-04-18  Pedro AlvesMore gdb::optional features
2017-04-18  Pedro Alvesxml-support.c: Use std::vector
2017-04-18  Pedro AlvesC++-ify gdb/xml-support.c a bit to eliminate cleanups
2017-04-18  John BaldwinPR threads/20743: Don't attempt to suspend or resume...
2017-04-17  Joel BrobeckerUpdate NEWS post GDB 8.0 branch creation.
2017-04-17  Joel BrobeckerBump version to 8.0.50.DATE-git
2017-04-14  Sergio Durigan JuniorFix build breakage on Cygwin (PR gdb/21385)
2017-04-13  Pedro AlvesMake inferior a class with cdtors, and use new/delete
2017-04-13  Pedro AlvesGC inferior.c:init_inferior_list
2017-04-13  Pedro AlvesImprove coverage of the PR threads/13217 regression...
2017-04-13  Pedro AlvesC++fy thread_apply_all_command
2017-04-13  Pedro AlvesFix follow-fork latent bug
2017-04-13  Pedro Alveswatch_command_1: Fix dangling frame access
2017-04-13  Pedro Alvesfork-child.c: Avoid unnecessary heap-allocation / strin...
next
This page took 0.07141 seconds and 7 git commands to generate.