Comment tidy
[deliverable/binutils-gdb.git] / gdb /
2017-12-05  Simon MarchiAddress review comments for the previous series
2017-12-05  Simon MarchiSplit tdesc_type into multiple classes
2017-12-05  Simon MarchiMake tdesc_arch_data::arch_regs an std::vector
2017-12-05  Simon MarchiMake tdesc_type::u::u::fields an std::vector
2017-12-05  Simon MarchiMake tdesc_type::name an std::string
2017-12-05  Simon MarchiMake tdesc_feature::types an std::vector
2017-12-05  Simon MarchiMake tdesc_reg string fields std::string
2017-12-05  Simon MarchiMake tdesc_feature::registers an std::vector
2017-12-05  Simon MarchiMake tdesc_feature::name an std::string
2017-12-05  Simon MarchiMake target_desc::features an std::vector
2017-12-05  Simon MarchiMake target_desc::compatible an std::vector
2017-12-05  Simon MarchiMake target_desc::properties an std::vector
2017-12-05  Simon MarchiRedefine gdb_static_assert as static_assert
2017-12-05  Simon MarchiRemove some unused variables
2017-12-04  Sergio LopezExtend gdb.core/coredump-filter.exp to test dump-exclud...
2017-12-04  Sergio LopezDocument the new "-a" command line option for gcore
2017-12-04  Sergio LopezImplement "-a" command line option for gcore
2017-12-04  Sergio LopezDocument new {set,show} dump-excluded-mappings commands.
2017-12-04  Sergio LopezImplement 'set dump-excluded-mappings' command
2017-12-04  Tom TromeyUpdate manual for Rust change
2017-12-04  Pedro AlvesFix displaced-stepping RIP-relative VEX-encoded instruc...
2017-12-03  Simon MarchiRemove mem_region_vector typedef
2017-12-03  Pedro AlvesMake make-target-delegates grok namespace scope op...
2017-12-03  Pedro AlvesFix gdb.threads/process-dies-while-detaching.exp
2017-12-03  Simon MarchiRemove for_each_inferior_with_data
2017-12-03  Simon MarchiRemove for_each_inferior
2017-12-03  Simon MarchiRemove find_inferior
2017-12-03  Simon MarchiUpdate comments
2017-12-03  Simon MarchiRemove usages of find_inferior that call proceed_one_lwp
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_resume
2017-12-03  Simon MarchiRemove usages of find_inferior in stop_all_lwps
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-12-03  Simon MarchiRemove usages of find_inferior in select_event_lwp
2017-12-03  Simon MarchiRemove usages of find_inferior calling not_stopped_callback
2017-12-03  Simon MarchiRemove usage of find_inferior in find_lwp_pid
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_mourn
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_detach
2017-12-03  Simon MarchiRemove usage of find_inferior in last_thread_of_process_p
2017-12-03  Simon MarchiRemove find_inferior_in_random
2017-12-03  Simon MarchiRemove find_inferior_id
2017-12-03  Simon MarchiRemove usages of find_inferior in linux-mips-low.c
2017-12-03  Simon MarchiRemove usage of find_inferior in lynx_mourn
2017-12-03  Simon MarchiRemove usage of find_inferior in regcache_invalidate_pid
2017-12-03  Simon MarchiFix typo in poison.h
2017-12-02  Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01  Sergio Durigan JuniorMake '{add-,}symbol-file' not care about the position...
2017-12-01  Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01  Joel Brobecker(Ada) GDB crash printing expression with type casting
2017-12-01  Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01  Tom TromeyFix dependency tracking for objects in subdirectories
2017-12-01  Joel BrobeckerUpdate GDB's list of maintainers to reflect today's...
2017-12-01  Yao QiReplace mail address with the URL in copyright header
2017-11-30  Joel BrobeckerNew gdb.ada/repeat_dyn testcase.
2017-11-30  Ulrich Weigand[spu] Some additional test fixes
2017-11-30  Simon MarchiUse boards/local-board.exp more
2017-11-30  Pedro AlvesFix gdb.linespec/cpls-ops.exp on 32-bit
2017-11-30  Rainer OrthRemove ioctl-based procfs support on Solaris
2017-11-30  Rainer OrthFix sol-thread.c compilation on Solaris
2017-11-30  John BaldwinDefine MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_...
2017-11-29  Joel Brobeckerpreserve type length in ada-lang.c::to_fixed_range_type
2017-11-29  Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-29  Pedro AlvesHandle custom completion match prefix / LCD
2017-11-29  Pedro AlvesFix setting-breakpoints regression on PPC64 (function...
2017-11-29  Tom TromeyFix gdb snapshots
2017-11-29  Phil MuldoonFix Python rbreak tests setting too many breakpoints...
2017-11-29  Tom TromeyUpdate usage text for add-symbol-file, symbol-file...
2017-11-29  Tom TromeyFix add-symbol-file usage and errors
2017-11-29  Thomas Preud'homme[gdb/testsuite] Fix return type of psymtab-parameter
2017-11-29  Thomas Preud'homme[gdb/testsuite] Fix wrong return type in tests
2017-11-27  Tom TromeyRemove REMOTE_OBS
2017-11-27  Tom TromeyMove target object files to target subdirectory
2017-11-27  Tom TromeyAdd missing files to COMMON_SFILES
2017-11-27  Tom TromeySimplify COMMON_OBS by using list of sources
2017-11-27  Tom TromeyDefine YYOBJ in terms of YYFILES
2017-11-27  Tom TromeyMove python object files to python subdirectory
2017-11-27  Tom TromeyMove guile object files to guile subdirectory
2017-11-27  Tom TromeyMove unittests object files to unittests subdirectory
2017-11-27  Tom TromeyMove tui object files to tui subdirectory
2017-11-27  Tom TromeyMove compile object files to compile subdirectory
2017-11-27  Tom TromeyMove mi objects to mi subdirectory
2017-11-27  Tom TromeyMove cli object files to cli subdirectory
2017-11-27  Tom TromeyA simpler way to make the "arch" build directory
2017-11-27  Joel Brobeckerfix two issues in gdb.ada/mi_catch_ex.exp (re: "excepti...
2017-11-27  Dominik CzarnotaUpdate find command help and search memory docs
2017-11-27  Simon Marchipython: Fix memleak in do_start_initialization
2017-11-26  Tom TromeyAdd include guards to common/format.h
2017-11-26  Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-26  Tom TromeyRemoves a cleanup from gcore.c
2017-11-26  Ulrich WeigandFix broken ChangeLog entry for last commit.
2017-11-26  Ulrich Weigand[spu] Fix various test cases
2017-11-26  Ulrich Weigand[spu] Fix single-stepping regression
2017-11-25  Sergio Durigan JuniorAdding ChangeLog entry for the last commit.
2017-11-25  Sergio Durigan JuniorFix PR gdb/22491: Regression when setting SystemTap...
2017-11-25  Pedro AlvesUse TOLOWER in SYMBOL_HASH_NEXT
2017-11-25  Pedro AlvesFix completing an empty string
2017-11-25  Pedro AlvesAdd comprehensive C++ operator linespec/location/comple...
2017-11-24  Pedro AlvesComprehensive C++ linespec/completer tests
2017-11-24  Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-24  Joel Brobecker(Ada) provide the exception message when hitting an...
next
This page took 0.042977 seconds and 7 git commands to generate.