Don't add the zlib header to SHF_COMPRESSED section
[binutils-gdb.git] / gdb /
2015-05-14 Don BreazealFix build gdbserver build errors on arm, mips, aarch64.
2015-05-14 Joel BrobeckerFix gdbserver build failure on arm-android.
2015-05-14 Patrick PalkaRemove buggy xterm workaround in tui_dispatch_ctrl_char()
2015-05-13 Martin Galvandwarf2read.c (die_needs_namespace): Return 1 for DW_TAG...
2015-05-13 Doug Evansrevert previous patch, author not set
2015-05-13 Doug Evansdwarf2read.c (die_needs_namespace): Return 1 for DW_TAG...
2015-05-13 Jan KratochvilMake regcache_cpy_no_passthrough static
2015-05-13 Jan KratochvilRemove stop_registers
2015-05-13 Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-05-13 Jan Kratochvilregister_dummy_frame_dtor: Permit multiple dtors
2015-05-13 Jan KratochvilCall dummy_frame_dtor_ftype also from remove_dummy_frame
2015-05-13 Joel BrobeckerDocument the GDB 7.9.1 release in gdb/ChangeLog
2015-05-13 Joel Brobeckergdb/NEWS: Move "Xmethods can now specify a result type...
2015-05-13 Patrick PalkaAdd missing ChangeLog entry for previous commit
2015-05-13 Patrick PalkaAvoid race condition when handling a SIGWINCH signal
2015-05-13 Jan Kratochvildummy_frame_dtor_ftype vs. call_function_by_hand_dummy_...
2015-05-13 Patrick PalkaFix PR gdb/17820
2015-05-12 Doug Evanstweak some comments
2015-05-12 Don BreazealExtended-remote fork event docs
2015-05-12 Don BreazealExtended-remote fork catch
2015-05-12 Don BreazealExtended-remote follow vfork
2015-05-12 Don BreazealArch-specific remote follow fork
2015-05-12 Don BreazealExtended-remote Linux follow fork
2015-05-12 Don BreazealClone remote breakpoints
2015-05-12 Don BreazealIdentify remote fork event support
2015-05-12 Gary BensonLocate executables on remote stubs without multiprocess...
2015-05-10 Siva Chandra[Python] Add methods reference_value and const_value...
2015-05-08 Sandra LoosemoreAvoid segfault on missing directory table.
2015-05-08 Sandra LoosemoreFix register save offset for nios2 signal handler tramp...
2015-05-08 Sandra LoosemoreUse PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.
2015-05-08 Sandra LoosemoreRevert to using "trap 31" for breakpoints on nios2.
2015-05-08 Sergio Durigan JuniorFix coredump-filter.exp by correctly unsetting array
2015-05-08 Pedro AlvesFix sequential gdb test runs
2015-05-08 Jan KratochvilRemove unused declaration of print_return_value.
2015-05-08 Joel BrobeckerProblem printing record with array whose upper bound...
2015-05-08 Joel Brobecker[Ada] error trying to call function when parameter...
2015-05-08 Joel Brobeckergdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST.
2015-05-08 Siva Chandra[PR python/18291] Fix printing of "disabled" status...
2015-05-08 Yao QiFix PR 18208: update /proc/pid/coredump_filter by c...
2015-05-08 Yao Qi[gdbserver] Disable conditional breakpoints on no-hardw...
2015-05-08 Andreas ArnezS390: Fix for inadvertently setting 24-bit mode in...
2015-05-08 Andreas ArnezSkip watch_thread_num.exp on targets without access...
2015-05-07 Gary BensonRemove unused td_ta_map_id2thr code
2015-05-07 Gary BensonRemove unused td_thr_validate code
2015-05-06 Jan Kratochvilcompile: Support relocation to GNU-IFUNCs
2015-05-06 Jan KratochvilCode cleanup: compile: Constify some parameters
2015-05-06 Pedro AlvesPR server/18081: gdbserver crashes when providing an...
2015-05-06 Joel BrobeckerGet rid of deprecated_init_ui_hook
2015-05-06 Joel BrobeckerMake the "info dll" command available on all platform.
2015-05-05 Joel BrobeckerFurther document ada-lang.c::value_assign_to_component...
2015-05-05 Joel Brobeckerout of line functions nested inside inline functions.
2015-05-05 Pierre-Marie de... DWARF: cannot break on out-of-line function nested...
2015-05-05 Joel Brobeckercompare object sizes before comparing them with value_c...
2015-05-05 Joel Brobeckertestsuite/gdb.ada/var_rec_arr: New testcase.
2015-05-05 Joel BrobeckerGDB crash trying to subscript array of variant record.
2015-05-05 Joel Brobecker[Ada] array of variant record subscripting
2015-05-05 Joel Brobecker[Ada] Resolve dynamic type before trying to print it.
2015-05-05 Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-05-05 Joel Brobeckerpreserve the bit stride when resolving an array type.
2015-04-30 DJ DelorieMake RL78 disassembler and simulator respect ISA for...
2015-04-30 Yao QiSkip setting HW watchpoint if skip_hw_watchpoint_multi_...
2015-04-30 Yao QiSkip gdb.base/relativedebug.exp if libc doesn't have...
2015-04-29 Doug EvansPR python/18285
2015-04-29 Luis MachadoUse software watchpoints if hardware watchpoints are...
2015-04-29 Luis MachadoHandle memory write errors on gdb.base/break-always.exp
2015-04-29 Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-29 Doug EvansPR python/18299
2015-04-29 Doug EvansPR python/18089
2015-04-29 Doug Evans* gdbtypes.h (struct cplus_struct_type) <n_baseclasses...
2015-04-29 Sasha SmundakAdd gdb.Type.optimized_out method.
2015-04-28 John BaldwinUse "gdb_wait.h" instead of <sys/wait.h>.
2015-04-28 Patrick PalkaDisable readline's SIGWINCH handler
2015-04-28 Patrick PalkaUpdate our idea of our terminal's dimensions even outsi...
2015-04-28 Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-04-28 Gary BensonUse exec_file_find to prepend gdb_sysroot in follow_exec
2015-04-28 Andy WingoFix py-parameter.exp and scm-parameter.exp path matching
2015-04-28 Patrick PalkaTUI: avoid calling strcpy() on identical string objects
2015-04-28 Patrick PalkaFix PR gdb/18155
2015-04-28 Patrick PalkaMake type-safe the 'content' field of struct tui_gen_wi...
2015-04-27 John BaldwinAdd support for catching exec events on FreeBSD.
2015-04-27 John BaldwinEnable fork tracing for native FreeBSD targets.
2015-04-27 John BaldwinAdd fbsd_nat_add_target.
2015-04-27 Gary BensonDo not manipulate "target:" filenames as local paths
2015-04-27 Andreas ArnezS390: Vector ABI support
2015-04-27 Andreas ArnezS390: Re-arrange implementation of s390_return_value
2015-04-27 Andreas ArnezS390: Restructure s390_push_dummy_call
2015-04-27 Andreas ArnezS390: For zero, let is_power_of_two() return false
2015-04-27 Pierre-Marie de... [Ada] Cache all static structures and reset cache durin...
2015-04-27 Joel Brobecker[Ada] Preserve typedef layer when getting struct element
2015-04-26 Sergio Durigan JuniorClear variable "coredump_var_addr" before using it...
2015-04-24 Andrew Burgessgdb: Add internationalization support to a few strings.
2015-04-24 Andrew Burgessgdb: Add support for dumping to verilog hex format.
2015-04-24 Doug Evans* python.texi (Xmethods In Python): Fix name of method...
2015-04-24 Pierre-Marie de... Fix printing for GNAT stuff for types that do not have...
2015-04-24 Yao QiA new board file remote-gdbserver-on-localhost.exp
2015-04-23 Pedro AlvesFix gdb.base/interrupt.exp racy fail against gdbserver
2015-04-23 Pedro Alvesgdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
2015-04-23 Pedro Alvesgdb_test_multiple match eof of any spawn_id
2015-04-23 Patrick PalkaExplicitly call rl_resize_terminal() in TUI's SIGWINCH...
2015-04-22 Jon Turneywindows-nat: Don't change current_event.dwThreadId...
next