gdb: tui: Minor fix to compare against NULL.
[binutils-gdb.git] / gdb / ChangeLog
2015-05-26 Andrew Burgessgdb: tui: Minor fix to compare against NULL.
2015-05-26 Andrew Burgessgdb: Add 'tui reg prev' command.
2015-05-26 Omair JavaidImplements aarch64 process record and reverse debugging...
2015-05-26 Omair JavaidNEWS entry about aarch64-linux record/replay support
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-05-22 Andrew Burgessgdb: New 'tui enable' and 'tui disable' commands.
2015-05-21 Andrew Burgessgdb: Use NULL not 0 in a tui function.
2015-05-21 Andrew Burgessgdb: Add cleanup to avoid memory leak on error.
2015-05-21 Andrew Burgessgdb: Don't call tui_enable too early.
2015-05-21 Andrew Burgessgdb: Add completer for layout command.
2015-05-21 Andrew Burgessgdb: Remove register class specific layout names.
2015-05-20 Joel BrobeckerMemory leak reading frame register during inferior...
2015-05-20 Joel Brobeckergdb/ada-lang.c: Rename local variable typename into...
2015-05-19 Jan Kratochvilcompile: Fix ASAN crash for gdb.compile/compile.exp
2015-05-19 Jan Kratochvilcompile: gdb_stdout -> gdb_stdlog
2015-05-16 Doug EvansAdd support for unbuffered and zero sized Guile ports.
2015-05-16 Jan Kratochvilcompile: Fix uninitialized variable compiler warnings
2015-05-16 Jan Kratochvilcompile: Fix detected inferior type
2015-05-16 Jan Kratochvilcompile: New 'compile print'
2015-05-16 Jan KratochvilCode cleanup: compile: func_addr -> func_sym
2015-05-16 Jan Kratochvilcompile: Use -Wall, not -w
2015-05-16 Jan Kratochvilcompile: Distribute scope, add scope_data
2015-05-16 Jan KratochvilCode cleanup: Make parts of print_command_1 public
2015-05-16 Jan KratochvilAdd forgotten ChangeLog entry for the previous commit.
2015-05-15 Jerome GuittonArray indexed by non-contiguous enumeration types
2015-05-15 Jerome GuittonNon bit-packed packed arrays as variable-length fields
2015-05-15 Pedro AlvesFix gdb.mi/mi-nsmoribund.exp timeouts
2015-05-15 Pedro AlvesAvoid using 'private' C++ keyword as symbol
2015-05-15 Pedro AlvesInclude header for enum target_stop_reason
2015-05-15 Yuanhui ZhangFix a couple C++ build issues
2015-05-15 Joel Brobecker[Ada] problem printing negative integer values in packe...
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 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 BreazealExtended-remote Linux follow fork
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 LoosemoreRevert to using "trap 31" for breakpoints on nios2.
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 Andreas ArnezS390: Fix for inadvertently setting 24-bit mode in...
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 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 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-29 Doug EvansPR python/18285
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 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
next