Introduce gdb_breakpoint_up
[deliverable/binutils-gdb.git] / gdb /
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...
2017-11-02  James BowmanFT32: support for FT32B processor - part 2/2
2017-11-01  Simon MarchiUse console uiout when executing breakpoint commands
2017-10-31  Simon Marchitracepoint: Remove unnecessary const_cast
2017-10-31  Mike Gulickgdb/Makefile.in: fix 'make tags' failure
2017-10-30  Simon MarchiIntroduce in_inclusive_range, fix -Wtautological-compar...
2017-10-30  Pedro Alvesremote.c, QCatchSyscalls: Build std::string instead...
2017-10-30  Pedro AlvesIntroduce string_appendf/string_vappendf
2017-10-30  Pedro AlvesMerge/shared string_printf and string_vprintf unit...
2017-10-30  Simon Marchidarwin-nat: Remove gdb.h include
2017-10-29  Simon Marchixtensa-xtregs: Fix formatting issues
2017-10-29  Simon Marchixtensa-xtregs: Constify field
2017-10-28  Maksim DzabraevMake gdb.selected_thread().inferior return a new reference
2017-10-28  Simon MarchiRemove find_inferior usage for thread_search
2017-10-28  Simon MarchiRemove usage of find_inferior in resume
2017-10-28  Simon MarchiRemove usages of find_inferior in handle_status
2017-10-28  Simon Marchicommon-utils-selftests.c: Add ATTRIBUTE_PRINTF
2017-10-28  Simon MarchiC++ify xml-syscall.c
2017-10-28  Simon MarchiGet rid of VEC(probe_p)
2017-10-28  Simon MarchiAllocate breakpoint_objfile_data with new
2017-10-28  Simon MarchiGet rid of VEC(loaded_script_ptr)
2017-10-28  Simon MarchiGet rid of VEC(filename_language)
2017-10-28  Simon MarchiAdd tests for filename_language
2017-10-27  Keith SeitzUse SaL symbol name when reporting breakpoint locations
2017-10-27  Yao Qi[AArch64] Mark LR clobbered by BL in inline asm
2017-10-27  Simon MarchiAdd PR mention to previous commit
2017-10-27  Patrick FrantsFix broken recursion detection when printing static...
2017-10-26  Pedro AlvesGarbage collect remote.c:remote_async_terminal_ours_p
2017-10-26  Yao QiRemove regular_breakpoint_inserted_here_p declaration
2017-10-26  Yao Qiconst-fy breakpoint_ops->breakpoint_hit parameter aspace
2017-10-26  Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-25  Ulrich WeigandTarget FP: Use target format throughout expression...
2017-10-25  Alan HaywardAdd common AARCH64 REGNUM defines
2017-10-24  Pedro AlvesFix racy test in gdb.base/new-ui.exp
2017-10-24  Ulrich WeigandUse const reference for decimal_from_string argument
2017-10-24  Ulrich WeigandTarget FP printing: Use floatformat_to_string in tdep...
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix ui_printf
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix print_floating
2017-10-24  Ulrich WeigandFix gdb.opt/inline-cmds.exp regressions
2017-10-24  Pedro AlvesReindent gdb.threads/attach-into-signal.exp
2017-10-24  Pedro AlvesDrop /proc/PID/status polling from gdb.threads/attach...
2017-10-24  Pedro AlvesFix unstable test names in gdb.threads/attach-into...
2017-10-24  Pedro AlvesFix unstable test names in gdb.python/py-objfile.exp
2017-10-24  Pedro AlvesFix unstable test names in gdb.gdb/unittest.exp
2017-10-24  Pedro AlvesFix unstable test names in gdb.base/startup-with-shell.exp
2017-10-24  Pedro AlvesFix unstable test names in gdb.arch/arc-tdesc-cpu.exp
2017-10-21  Simon MarchiAdd overloads of for_each_thread/find_thread that filte...
2017-10-21  Simon MarchiGet rid of VEC (mem_region)
2017-10-21  Simon MarchiUse std::string in memory_map_parsing_data
2017-10-21  Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-21  Simon MarchiRemove leftover declarations in interps.h
2017-10-20  Tom TromeyUse std::vector in gdb_bfd_data
2017-10-20  Tom TromeyUse "new" to allocate gdb_bfd_data
2017-10-20  Tom TromeyIntroduce new_bfd_ref
2017-10-20  Pedro AlvesFix 'gdb.base/quit.exp hangs forever' if the test fails
2017-10-20  Pedro AlvesFix gdb.gdb/ selftest tests when testing optimized...
2017-10-20  Simon MarchiGet rid of VEC(interp_factory_p)
2017-10-19  Tom TromeyRemove cleanups from break-catch-syscall.c
2017-10-19  Tom TromeyRemove cleanup from call_function_by_hand_dummy
2017-10-19  Tom TromeyRemove cleanups from prepare_execute_command
2017-10-19  Andrew Burgessgdb: Remove hard-coded line number from test
2017-10-19  Pedro AlvesFix build breakage in gdb/xml-support.c
2017-10-19  Pedro AlvesFix inferior deadlock with "target remote | CMD"
2017-10-19  Pedro Alvesxml_fetch_content_from_file: Read in whole file in...
2017-10-18  Keith SeitzCanonicalize conversion operators
2017-10-18  Keith SeitzIssue complaint instead of assert for invalid/unhandled...
2017-10-18  Yao QiRemove features/tic6x-c62x-linux.c
2017-10-17  Pedro AlvesReally make the native-stdio-gdbserver board non-remote
2017-10-17  Pedro AlvesAdd several "quit with live inferior" tests
2017-10-17  Tom TromeyRemove cleanups from disasm.c
2017-10-17  Tom TromeyRemove obsolete assertion from regcache.c
2017-10-17  Pedro AlvesFix double-free corruption
2017-10-17  Yao QiSimplify regcache::xfer_part
2017-10-17  Yao Qi[GDBserver] Move aarch64-insn.o to arch/ and remove...
2017-10-17  Yao Qi[GDBserver] Move arm-linux.o and arm-get-next-pcs.o...
2017-10-17  Yao Qi[GDBserver] Move arm.o to arch/arm.o
2017-10-17  Yao Qi[GDBserver] Replicate src dir in build dir
next
This page took 0.043632 seconds and 7 git commands to generate.