aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra4-2/+16
2015-05-08Fix PR 18208: update /proc/pid/coredump_filter by c codeYao Qi3-9/+31
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi8-1/+53
2015-05-08S390: Fix for inadvertently setting 24-bit mode in fill_gregsetAndreas Arnez2-9/+25
2015-05-08Skip watch_thread_num.exp on targets without access watchpointsAndreas Arnez2-1/+8
2015-05-07Remove unused td_ta_map_id2thr codeGary Benson2-6/+6
2015-05-07Remove unused td_thr_validate codeGary Benson2-5/+6
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil2-0/+9
2015-05-06Code cleanup: compile: Constify some parametersJan Kratochvil3-7/+19
2015-05-06PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves4-0/+75
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker5-22/+11
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker6-11/+22
2015-05-05Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker2-11/+22
2015-05-05out of line functions nested inside inline functions.Joel Brobecker4-0/+27
2015-05-05DWARF: cannot break on out-of-line function nested inside inlined function.Pierre-Marie de Rodat7-6/+159
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker3-3/+16
2015-05-05testsuite/gdb.ada/var_rec_arr: New testcase.Joel Brobecker5-0/+144
2015-05-05GDB crash trying to subscript array of variant record.Joel Brobecker2-0/+17
2015-05-05[Ada] array of variant record subscriptingJoel Brobecker2-2/+8
2015-05-05[Ada] Resolve dynamic type before trying to print it.Joel Brobecker2-0/+7
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker8-11/+45
2015-05-05preserve the bit stride when resolving an array type.Joel Brobecker2-3/+8
2015-04-30Make RL78 disassembler and simulator respect ISA for mul/divDJ Delorie2-1/+6
2015-04-30Skip setting HW watchpoint if skip_hw_watchpoint_multi_tests in gdb.base/brea...Yao Qi2-1/+8
2015-04-30Skip gdb.base/relativedebug.exp if libc doesn't have debug infoYao Qi2-0/+17
2015-04-29PR python/18285Doug Evans18-28/+304
2015-04-29Use software watchpoints if hardware watchpoints are not available when testi...Luis Machado2-0/+10
2015-04-29Handle memory write errors on gdb.base/break-always.expLuis Machado2-13/+24
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson4-21/+29
2015-04-28PR python/18299Doug Evans7-14/+273
2015-04-28PR python/18089Doug Evans8-0/+228
2015-04-28* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans2-2/+6
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak7-0/+36
2015-04-28Use "gdb_wait.h" instead of <sys/wait.h>.John Baldwin2-1/+5
2015-04-28Disable readline's SIGWINCH handlerPatrick Palka3-2/+11
2015-04-28Update our idea of our terminal's dimensions even outside of TUIPatrick Palka2-13/+24
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka4-9/+36
2015-04-28Use exec_file_find to prepend gdb_sysroot in follow_execGary Benson2-7/+17
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo3-2/+11
2015-04-27TUI: avoid calling strcpy() on identical string objectsPatrick Palka2-1/+8
2015-04-27Fix PR gdb/18155Patrick Palka2-7/+6
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka8-85/+94
2015-04-27Add support for catching exec events on FreeBSD.John Baldwin2-0/+41
2015-04-27Enable fork tracing for native FreeBSD targets.John Baldwin2-0/+298
2015-04-27Add fbsd_nat_add_target.John Baldwin7-26/+30
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson3-3/+14
2015-04-27S390: Vector ABI supportAndreas Arnez3-13/+132
2015-04-27S390: Re-arrange implementation of s390_return_valueAndreas Arnez2-85/+81
2015-04-27S390: Restructure s390_push_dummy_callAndreas Arnez2-290/+220
2015-04-27S390: For zero, let is_power_of_two() return falseAndreas Arnez2-1/+7