aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-24Automatic date update in version.inGDB Administrator1-1/+1
2015-10-23Add mmap casts in linux-btrace.cSimon Marchi2-4/+10
2015-10-23Add cast to observer.shSimon Marchi2-1/+5
2015-10-23Remove set_breakpoint_data definition in GDBServer.Antoine Tremblay2-5/+4
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay4-10/+139
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay5-14/+31
2015-10-23Handle __start_* and __stop_* symbols in --gc-sectionsAlan Modra4-39/+82
2015-10-23Add a test for PR ld/19167H.J. Lu5-0/+28
2015-10-23Initialize field insn_count correctlyYao Qi2-0/+6
2015-10-23Automatic date update in version.inGDB Administrator1-1/+1
2015-10-23Re: Always keep sections marked with SEC_KEEPAlan Modra2-3/+9
2015-10-22Always keep sections marked with SEC_KEEPH.J. Lu7-1/+57
2015-10-22garbage collect gdb/infrun.c:stop_after_trapPedro Alves2-22/+8
2015-10-22Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay2-2/+20
2015-10-22Add cast in python.cSimon Marchi2-1/+5
2015-10-22Add cast in nto-tdep.cSimon Marchi2-1/+6
2015-10-22gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves2-10/+17
2015-10-22Add support for MSP430 silicon errata to the assembler.Nick Clifton11-80/+473
2015-10-22Properly check --enable-compressed-debug-sections={yes,all}H.J. Lu6-4/+16
2015-10-22bfd/mmo.c: handle "objcopy --extract-symbols" generating and reading back.Hans-Peter Nilsson2-3/+51
2015-10-22Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.Hans-Peter Nilsson2-1/+22
2015-10-22binutils/objcopy.c (setup_section): missing extract_symbol partHans-Peter Nilsson2-5/+5
2015-10-22xtensa: Fix implicit enum conversionsSimon Marchi2-2/+11
2015-10-22solib-spu: Add gdb_byte* castSimon Marchi2-1/+5
2015-10-22rs6000: Add cast for int to enum conversionSimon Marchi2-1/+5
2015-10-22mips: fix void*/gdb_byte* compilation errorsSimon Marchi2-3/+12