Add default_breakpoint_from_pc
[external/binutils.git] / gdb / ChangeLog
2016-11-03 Yao QiAdd default_breakpoint_from_pc
2016-11-03 Yao QiRemove gdbarch_remote_breakpoint_from_pc
2016-11-03 Yao QiRename placed_size to kind
2016-11-03 Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-11-03 Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-11-03 Yao QiAdd enum for mips breakpoint kinds
2016-11-03 Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-11-03 Yao Qigdbarch_breakpoint_from_pc doesn't return NULL
2016-11-02 Tom TromeyFix dwarf_expr_context method regressions
2016-10-31 Maciej W. RozyckiRemove IRIX 5 <sys/proc.h> _KMEMUSER workaround
2016-10-31 Maciej W. RozyckiMIPS: Remove remains of legacy remote target support
2016-10-31 Maciej W. RozyckiMIPS: Remove remains of IRIX OS ABI support
2016-10-29 Pedro Alvesgdb/NEWS: Clarify C++ requirement
2016-10-29 Pedro Alvesgdb/NEWS: Mention C++11 requirement
2016-10-29 Eli ZaretskiiSupport command-line redirection in native MS-Windows...
2016-10-28 Pedro Alvesgdb: Require C++11
2016-10-28 Pedro Alvesgdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf...
2016-10-28 Pedro AlvesFix gdb.base/maint.exp regressions
2016-10-28 Markus Metzgerbtrace: bridge gaps
2016-10-28 Markus Metzgerbtrace: preserve function level for unexpected returns
2016-10-28 Markus Metzgerbtrace: update tail call heuristic
2016-10-28 Markus Metzgerbtrace: allow leading trace gaps
2016-10-28 Markus Metzgerbtrace: fix gap indication
2016-10-26 Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-26 Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-26 Pedro Alvesgdb: Free inferior->priv when inferior exits
2016-10-26 Pedro Alvesgdb: Clean up remote.c:remote_resume
2016-10-25 Pedro AlvesMake dwarf_expr_context's destructor virtual
2016-10-25 Rainer OrthFix gdb C++ compilation on Solaris (PR build/20712)
2016-10-25 Pedro Alvescommon/common-defs.h: Define __STDC_FORMAT_MACROS as...
2016-10-25 Pedro Alvesnew-op.c: Add comment about -fsanitize=address
2016-10-25 Pedro AlvesDefine __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again.
2016-10-25 Yao QiDon't override operator new if GDB is built with -fsani...
2016-10-24 Luis MachadoFix potential NULL pointer dereference
2016-10-24 Luis MachadoFix obvious gotcha in string comparison
2016-10-21 Tom TromeyMake some dwarf_expr_context methods pure virtual
2016-10-21 Tom TromeyChange minimal_symbol_reader::record_full to take a...
2016-10-21 Tom TromeyRemove last cleanup from captured_main_1
2016-10-21 Tom TromeyConvert dwarf_expr_context_funcs to methods
2016-10-21 Tom TromeyConvert DWARF expr functions to methods
2016-10-21 Tom TromeyInitial conversion of dwarf_expr_ctx
2016-10-21 Tom TromeySome cleanup removal in dwarf2loc.c
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-21 Tom TromeyUse gdb::unique_ptr in elf_read_minimal_symbols
2016-10-21 Tom TromeyReplace two xmallocs with unique_ptr
2016-10-21 Tom TromeyChange command stats reporting to use class
2016-10-21 Tom TromeyRemove some cleanups in MI
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-21 Tom TromeyRecord minimal symbols directly in reader.
2016-10-21 Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21 Tom TromeyIntroduce minimal_symbol_reader
2016-10-21 Tom TromeyUse scoped_restore for current_ui
2016-10-21 Tom TromeyUse scoped_restore for ui_file
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-21 Tom TromeyFix build failure in xcoffread.c
2016-10-21 Ulrich WeigandFix symbol table file name on AIX
2016-10-21 Philipp RudoDelete target_so_ops->special_symbol_handling hook
2016-10-20 Yao QiDon't configure gdb for vxworks target
2016-10-19 Pedro AlvesRegen gdb/config.in
2016-10-18 Pedro Alvesgdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIM...
2016-10-18 Pedro AlvesUpdate gnulib to current upstream master
2016-10-18 Pedro AlvesIntroduce gdb::unique_ptr
2016-10-18 Maciej W. Rozyckii386-tdep: Verify architecture before proceeding with...
2016-10-18 Maciej W. Rozyckitilegx-tdep: Correct aliasing errors in `tilegx_analyze...
2016-10-17 Simon MarchiFix -trace-save crash when argument is missing
2016-10-17 Pedro Alvesgdb: Fix phony iconv build
2016-10-14 Ulrich WeigandFix set sysroot command on AIX
2016-10-14 Markus Metzgerbtrace: remove leftover comment
2016-10-14 Eli ZaretskiiInclude strings.h where available
2016-10-13 Pedro AlvesARI: Remove true/false checks
2016-10-13 Tom TromeyUse std::string in macho_symfile_read_all_oso
2016-10-13 Tom TromeyRemove unnecessary null_cleanup
2016-10-13 Tom TromeyTurn wchar iterator into a class
2016-10-13 Tom TromeyChange selttest.c to use use std::vector
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-10-12 Anton Kolesovarc: Add support for Newlib
2016-10-12 Anton Kolesovarc: Add evaluation of long jump targets
2016-10-12 Anton Kolesovarc: Add a gdbarch_tdep structure
2016-10-12 Yao Qi[AArch64] Track FP registers in prologue analyzer
2016-10-10 Yao QiShare enum arm_breakpoint_kinds
2016-10-10 Yao QiRename 'arch' by 'gdbarch' in m32c_gdbarch_init
2016-10-10 Yao QiRemove v850_dbtrap_breakpoint_from_pc
2016-10-08 Simon Marchiui-out.c: Remove unused parameter to push_level
2016-10-07 Joel BrobeckerDocument the GDB 7.12 release in gdb/ChangeLog
2016-10-07 Markus Metzgerpython: accept address and explicit locations in gdb...
2016-10-06 Sergio Durigan JuniorConsolidate API of target_supports_multi_process
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-10-06 Doug EvansFix gdb.Value->python conversion for large unsigned...
2016-10-06 Simon Marchiframe.h: Forward-declare struct ui_out
2016-10-06 Tom TromeyRemove Java support
2016-10-06 Maciej W. Rozyckimips-tdep: Make FCRs always 32-bit
2016-10-06 Maciej W. Rozyckimips-tdep: Rearrange comments in `mips_pseudo_register_...
2016-10-06 Markus Metzgerstack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression
2016-10-06 Pedro AlvesFix PR11094: JIT breakpoint is not properly recreated...
2016-10-06 Doug EvansMake "end" field in feature specs required again.
2016-10-05 Tom TromeyPR gdb/20653 - small cleanup in string_to_explicit_location
2016-10-05 Tom TromeyPR symtab/20652 - fix psymbol_compare
2016-10-05 Anton KolesovFix incorrect formatting of a ChangeLog entry
2016-10-05 Andreas ArnezAllow DW_OP_GNU_uninit in dwarf_expr_require_composition
next