]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
Fix read-beyond-end-of-buffer error in script parsing.
[thirdparty/binutils-gdb.git] / gdb /
2016-12-19  Yao QiClean up gdb.gdb/selftest.exp
2016-12-16  Bernhard HeckelDarwin: Fix gdb compilation.
2016-12-12  Yao QiRemove assert on exec_bfd in cris_delayed_get_disassembler
2016-12-09  Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-12-09  Yao QiAdd ChangeLog entries
2016-12-09  Yao QiCreate tdep->rx_psw_type and tdep->rx_fpsw_type lazily
2016-12-09  Yao QiCreate tdep->rl78_psw_type lazily
2016-12-09  Pedro AlvesAdd test that exercises all bfd architecture, osabi...
2016-12-09  Yao QiUse code cache in aarch64 prologue analyzer
2016-12-09  Yao QiUse code cache in arm prologue analyzer
2016-12-09  Yao QiCompile gdb.perf/skip-prologue.c with and without debug...
2016-12-09  Thomas SchwingeHurd: Adjust to changes to "push pruning old threads...
2016-12-09  Thomas SchwingeAvoid PATH_MAX usage
2016-12-08  Simon MarchiHurd: In the CLI, use parse_thread_id instead of global...
2016-12-08  Thomas SchwingeHurd, C++: Mach/Hurd headers and MIG stubs are not...
2016-12-08  Thomas SchwingeHurd, C++: kern_return_t vs. error_t
2016-12-08  Thomas SchwingeHurd, C++: Avoid "const char *" to "char *" casts
2016-12-08  Thomas SchwingeHurd, C++: Avoid GNU C nested functions
2016-12-08  Thomas SchwingeHurd, C++: Explicitly cast "void *"
2016-12-07  Thomas SchwingeHurd: Adjust to "Per-inferior/Inferior-qualified thread...
2016-12-06  Simon MarchiRemove unnecessary inferior lookup in inferior_command
2016-12-06  Yao QiAssert on lval_register
2016-12-02  Simon MarchiIntroduce enum_flag type for ui_out flags
2016-12-02  Luis MachadoRemove unneeded pattern matching in gdb.base/maint.exp
2016-12-02  Pedro AlvesSupport an "unlimited" number of user-defined arguments
2016-12-02  Pedro AlvesTest user-defined gdb commands and arguments stack
2016-12-02  Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-12-02  Luis MachadoRevert change to gdb.cp/ovldbreak.exp
2016-12-02  Tom TromeyPR symtab/16264 - support DW_AT_main_subprogram
2016-12-02  Simon MarchiRename some trace functions
2016-12-02  Simon MarchiRemove mi_out_data::suppress_output
2016-12-02  Yao Qi[AArch64] Recognize STR instruction in prologue
2016-12-02  Yao QiAdd unit test to aarch64 prologue analyzer
2016-12-02  Luis MachadoDon't handle timeout inside gdb_test_multiple
2016-12-01  Simon MarchiClass-ify ui_out_table
2016-12-01  Simon Marchiui_out_table: Replace boolean flag with enum
2016-12-01  Simon MarchiSimplify ui-out level code
2016-12-01  Simon MarchiClass-ify ui_out_level
2016-12-01  Simon MarchiClass-ify ui_out_hdr
2016-12-01  Simon MarchiUse std::string for ui_out_hdr's text fields
2016-12-01  Simon MarchiReplace hand-made linked list of ui_out_hdr by vector...
2016-12-01  Luis MachadoFixup testcases outputting own name as a test name...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using multi...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test_m...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test_n...
2016-12-01  Luis MachadoFix test names starting with uppercase using gdb_test...
2016-12-01  Luis MachadoFix test names starting with uppercase output by basic...
2016-12-01  Simon MarchiUse std::string in ui_out_table
2016-12-01  Simon MarchiUse std::vector for cli_ui_out_data::streams
2016-12-01  Simon MarchiUse std::vector for mi_ui_out_data::streams
2016-12-01  Simon MarchiUse std::vector for ui_out::levels
2016-12-01  Simon MarchiUse new/delete instead of malloc/free-based functions
2016-11-30  Simon MarchiMakefiles: Disable suffix rules and implicit rules
2016-11-30  Yao Qi[ARM] Read memory as unsigned integer
2016-11-29  Simon MarchiFix debug output in record_full_open_1
2016-11-28  Yao QiRestrict checking value.lval on using address
2016-11-28  Yao QiAdjust Value.location for lval_register
2016-11-28  Yao QiMove computed value's frame id to piece_closure
2016-11-27  Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-27  Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-27  Simon MarchiFix return value of uo_redirect
2016-11-27  Simon MarchiRemove ui_out_destroy
2016-11-27  Simon MarchiRename ui_out_data to mi_ui_out_data
2016-11-27  Simon MarchiRemove unused functions and declarations
2016-11-26  Simon MarchiRemove stale comments
2016-11-25  John BaldwinRemove check requiring void argument to functions with...
2016-11-25  Simon MarchiFix typo in Makefile
2016-11-25  Simon MarchiFix typos in comment
2016-11-25  Simon MarchiFix typo in comment
2016-11-24  John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-24  John BaldwinAdd noexcept to custom non-throwing new operators.
2016-11-24  Andreas ArnezOptimize byte-aligned copies in copy_bitwise()
2016-11-24  Andreas ArnezAdd unit test for copy_bitwise
2016-11-24  Andreas ArnezFix copy_bitwise()
2016-11-24  Andreas ArnezFix PR12616 - gdb does not implement DW_AT_data_bit_offset
2016-11-23  Pedro Alvesgdb: Use C++11 std::chrono
2016-11-23  Simon MarchiMinor formatting fixups in Makefiles
2016-11-23  Simon MarchiNormalize names of some source files
2016-11-23  Simon MarchiMakefiles: Flatten and sort file lists
2016-11-23  Pedro Alvesgdbserver: Use warning for warnings
2016-11-23  Pedro Alvesgdbserver: Use debug_printf for debug output
2016-11-22  Ambrogino ModiglianiFix spelling mistakes in comments in shell scripts
2016-11-22  Ambrogino ModiglianiFix spelling mistakes in comments in configure scripts
2016-11-22  Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-22  Yao QiNew regcache_raw_get_signed
2016-11-22  Yao QiUse VALUE_NEXT_FRAME_ID in value_from_component
2016-11-21  Simon MarchiAdd missing POSTCOMPILE step to mi/ file generation...
next