Replace the block_found global with explicit data-flow
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31  Simon MarchiFix m32r_remove_watchpoint parameter type
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-30  Sandra LoosemoreDon't allow non-stack memory writes in the prologue...
2015-07-30  Sandra LoosemoreUpdate trap/break handling in nios2 prologue analyzer.
2015-07-30  Pedro AlvesPR threads/18600: Inferiors left around after fork...
2015-07-30  Pedro AlvesPR threads/18600: Threads left stopped after fork+threa...
2015-07-30  Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-30  Yao QiMove ARM register numbers enum to arch/arm.h
2015-07-30  Pierre Langlois[AArch64] Rename boolean arguments in decoding functions
2015-07-29  Simon MarchiMIPS ptrace build fixes
2015-07-29  Patrick PalkaMake sure terminal settings are restored before exiting
2015-07-29  Patrick PalkaInitialize terminal_state to terminal_is_ours
2015-07-29  Yao QiPR record/18691: Fix fails in solib-precsave.exp
2015-07-28  Simon MarchiConsider addressable memory unit size in various value...
2015-07-28  Simon MarchiIntroduce get_value_arch
2015-07-28  Simon MarchiUpdate comments in struct value for non-8-bits architec...
2015-07-28  Simon MarchiUpdate comment for struct type's length field, introduc...
2015-07-27  Simon MarchiFactor out complex printing code from generic_val_print
2015-07-27  Simon MarchiFactor out decfloat printing code from generic_val_print
2015-07-27  Simon MarchiFactor out float printing code from generic_val_print
2015-07-27  Simon MarchiFactor out char printing code from generic_val_print
2015-07-27  Simon MarchiFactor out int printing code from generic_val_print
2015-07-27  Simon MarchiFactor out bool printing code from generic_val_print
2015-07-27  Simon MarchiFactor out function/method printing code from generic_v...
2015-07-27  Simon MarchiFactor out flags printing code from generic_val_print
2015-07-27  Simon MarchiFactor out enum printing code from generic_val_print
2015-07-27  Simon MarchiFactor out reference printing code from generic_val_print
2015-07-27  Simon MarchiFactor out memberptr printing code from generic_val_print
2015-07-27  Simon MarchiFactor out pointer printing code from generic_val_print
2015-07-27  Simon MarchiFactor out array printing code from generic_val_print
2015-07-27  Simon MarchiFactor out print_unpacked_pointer from generic_val_print
2015-07-27  Patrick PalkaHave SIGTERM promptly quit GDB even when the dummy...
2015-07-27  Yao QiFix ChangeLog entry
2015-07-26  Kevin Buettnerremote.c: Make read_ptid return a null value when no...
2015-07-25  Patrick PalkaRevert "Sync readline/ to version 7.0 alpha"
2015-07-25  Patrick PalkaSync readline/ to version 7.0 alpha
2015-07-24  Pedro AlvesFix s390 GNU/Linux build after enum __ptrace_request...
2015-07-24  Pedro AlvesPR gdb/18717: internal error if non-leader thread exits...
2015-07-24  Pedro AlvesFix failed exec error message
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-24  Pedro AlvesC++: handle glibc's ptrace(enum __ptrace_request, ...)
2015-07-24  Pedro AlvesMove gdb_ptrace.h to nat/
2015-07-24  Pedro Alvesmake gdbserver use the same ptrace autoconf checks...
2015-07-24  H.J. LuRemove leading/trailing white spaces in ChangeLog
2015-07-23  Doug EvansFix crash when reading dummy CUs.
2015-07-23  Ciro Santillipy-linetable.c: Fix doc of LineTable.source_lines'...
2015-07-23  Pierre-Marie de... gdb/gdbtypes: fix handling of typedef layers between...
2015-07-23  Yao QiReturn zero in aarch64_linux_can_use_hw_breakpoint...
2015-07-21  Yao QiMove aarch64_linux_get_debug_reg_capacity to nat/aarch6...
2015-07-21  Markus Metzgerbtrace: fix case label in btrace_data_append
2015-07-20  Yao QiFix ARI warnings to nat/aarch64-linux-hw-point.{c,h}
2015-07-18  Kevin Buettnerdwarf2read: Allow SEC_ALLOC sections to be located...
2015-07-17  Yao QiMove common aarch64 HW breakpoint/watchpoint code to...
2015-07-17  Yao QiPass aarch64_debug_reg_state to functions
2015-07-17  Yao QiUse debug_printf to print debug message
2015-07-17  Yao Qiint -> enum target_hw_bp_type in aarch64-linux-nat.c
2015-07-17  Yao QiCall ptid_get_pid instead of get_thread_id in aarch64_l...
2015-07-17  Yao QiFix using uninitialised values
2015-07-16  Pierre Langlois[AArch64] Mark single precision pseudo registers unavai...
2015-07-15  Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15  Jan KratochvilValidate symbol file using build-id
2015-07-15  Jan Kratochvilgdbserver build-id attribute generator
2015-07-15  Jan KratochvilMove linux_find_memory_regions_full & co.
2015-07-15  Jan KratochvilPrepare linux_find_memory_regions_full & co. for move
2015-07-15  Jan KratochvilMove gdb_regex* to common/
2015-07-15  Jan KratochvilCreate empty nat/linux-maps.[ch] and common/target...
2015-07-15  Pierre LangloisMove ChangeLog entry to gdbserver
2015-07-15  Pierre Langlois[GDBserver][AArch64] Enable support for range stepping
2015-07-15  Markus Metzgerari, btrace: avoid unsigned long long
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-07-14  Iain BuclawAdd support reading D modules from DWARF
2015-07-14  Peter BergnerFix build issue with nat/linux-namespaces.c.
2015-07-13  Yao QiFix attach-pie-noexec.exp fail on native-extended-gdbserver
2015-07-13  Andrew Burgessgdb/tui: Add command completion to winheight command.
2015-07-12  Sandra LoosemoreFix GDB breakage due to addition of new nios2 mach...
2015-07-10  Kevin Buettnerrx-tdep.c: Use target_read_code instead of target_read_...
2015-07-10  Andrew Burgessgdb/tui: Use cleanups to free string copies.
2015-07-10  Andrew Burgessgdb/tui: Define tui window names once.
2015-07-10  Andrew Burgessgdb: Convert TUI windows names to lower case.
2015-07-10  Markus Metzgerrecord: set stop_pc in "record goto" command
2015-07-09  Pierre LangloisAdd NEWS entry for tracepoints support on aarch64-linux
2015-07-09  Pierre Langlois[GDBServer][AArch64] Enable support for tracepoints
2015-07-09  Pierre Langlois[testsuite][AArch64] Port gdb.trace
2015-07-09  Pierre Langlois[AArch64] Implement gdbarch_gen_return_address gdbarch...
2015-07-09  Pierre Langlois[AArch64] Teach stub unwinder to terminate gracefully
2015-07-09  Pierre Langlois[AArch64] Teach prologue unwinder to terminate gracefully
2015-07-09  Pierre Langlois[AArch64] Only access inferior registers when creating...
2015-07-09  Pierre Langlois[AArch64] Refactor aarch64_make_stub_cache
2015-07-09  Pierre Langlois[AArch64] Refactor aarch64_make_prologue_cache
2015-07-09  Simon MarchiFactor out memberptr printing code from c_val_print
2015-07-09  Simon MarchiFactor out int printing code from c_val_print
2015-07-09  Simon MarchiFactor out struct and union printing code from c_val_print
2015-07-09  Simon MarchiFactor out pointer printing code from c_val_print
2015-07-09  Simon MarchiFactor out array printing code from c_val_print
2015-07-09  Simon MarchiFactor out print_unpacked_pointer from c_val_print
2015-07-09  Simon MarchiRemove unneeded variable assignment
2015-07-09  Yao QiPass ptid to aarch64_linux_get_debug_reg_capacity
2015-07-09  Markus Metzgerbtrace, pt: support new packets
2015-07-09  Markus Metzgerbtrace: fix build fail with 32-bit BFD
next
This page took 0.271472 seconds and 107 git commands to generate.