aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Patch for PR gold/19042 - unsupported reloc 311/312.Han Shen2-0/+30
2015-10-27Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves5-4/+23
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves8-49/+72
2015-10-27guile: Change return value of gdbscm_with_guile for const char *Simon Marchi4-13/+31
2015-10-27source.c:openp: save/restore errnoPedro Alves2-0/+12
2015-10-27Fix RL78 disassembly of DE+offset addressing to always show the offset, even ...Vinay Kumar8-25/+68
2015-10-27psymtab.c: Add castsPedro Alves2-2/+7
2015-10-27ctf.c: Fix int/enum implicit castSimon Marchi2-2/+14
2015-10-27Display system registers by their names when disassembling RL78 instructions.Vinay Kumar8-13/+81
2015-10-27Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, ev...Vinay Kumar7-20/+86
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi5-5/+13
2015-10-27Introduce ax_raw_byte and use itSimon Marchi4-3/+20
2015-10-27ada-lang.h: Add cast in GROW_VECTSimon Marchi2-1/+5
2015-10-27Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround...Laurent Alfonsi22-8/+2533
2015-10-27Add support to readelf for reading NetBSD ELF core notes.Stephen Fisher4-0/+48
2015-10-27Add support for 32-bit and 64-bit PowerPC AIX core files.Sangamesh Mallayya4-23/+101
2015-10-27Prevent overflowing the selected_cpu_name buffer in the ARM assembler.Jim Wilson2-2/+15
2015-10-27xfail pr19161 test on hppa-linuxAlan Modra2-1/+6
2015-10-27Fix access_to_packed_array.exp typos/errorsJan Kratochvil2-4/+8
2015-10-26symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.Doug Evans2-1/+5
2015-10-27Evaluate __start_* and __stop_* symbol PROVIDE expressions earlyAlan Modra3-9/+32
2015-10-26target.c: Add a cast and change a typeSimon Marchi2-4/+10
2015-10-26stap-probe.c: Add castsSimon Marchi2-4/+10
2015-10-26ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on errorSimon Marchi2-1/+6
2015-10-27Automatic date update in version.inGDB Administrator1-1/+1
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu14-102/+102
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans31-191/+411
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans4-4/+35
2015-10-26Print address map in output of "mt print psymbols"Doug Evans2-2/+98
2015-10-26Move __SIGRTMIN.Doug Evans4-6/+13
2015-10-26musl: Move W_STOPCODE to common/gdb_wait.h.Doug Evans4-8/+14
2015-10-26Add some casts for building on musl.Doug Evans4-6/+19
2015-10-26guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi2-11/+11
2015-10-26tui: Simplify tui_alloc_contentSimon Marchi2-25/+20
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu25-10/+184
2015-10-26Do not pass NULL for the string in catch_errorsLuis Machado2-1/+6
2015-10-26Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi2-4/+16
2015-10-26symtab.c: Add castSimon Marchi2-1/+6
2015-10-26gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi2-2/+8
2015-10-26scm-symbol.c: Add (domain_enum) castsSimon Marchi2-2/+9
2015-10-26Automatic date update in version.inGDB Administrator1-1/+1
2015-10-25Fix compile.exp error message expectationJan Kratochvil2-1/+6
2015-10-25Re-apply change for handling non-local references in nested functions.Iain Buclaw2-3/+6
2015-10-24tui-data.c: Remove unnecessary castsSimon Marchi2-2/+8
2015-10-24cli-setshow.c: Constify variableSimon Marchi2-1/+5
2015-10-25Automatic date update in version.inGDB Administrator1-1/+1
2015-10-24Replace (void *) cast with (gdb_byte *)Simon Marchi2-1/+6
2015-10-24proc-service.c: Add (gdb_byte *) castSimon Marchi2-1/+5
2015-10-24sparc64-tdep.c: Don't assign using memcpy returnSimon Marchi2-1/+7
2015-10-24ia64-tdep.c: Remove (void *) castsSimon Marchi2-3/+9