aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Segment support for x86_64, part 2users/rth/x86-segRichard Henderson1-3/+60
2015-11-03Segment support for x86_64, part 1Richard Henderson1-0/+56
2015-11-03Use register cache for x86_64 ps_get_thread_areaRichard Henderson1-50/+21
2015-10-30Add amd64 registers fs_base and gs_baseRichard Henderson27-245/+361
2015-10-29gdbserver: Move pointer dereference to after assert checks.Henrik Wallin2-2/+10
2015-10-29Add/adjust casts in gdbserver's proc-serviceSimon Marchi2-2/+8
2015-10-29mdebugread.c: Address class -> address class indexPedro Alves2-20/+34
2015-10-29Add a cast in jit_target_read_implSimon Marchi2-1/+6
2015-10-29Cast gdb_dlsym return valueSimon Marchi2-1/+5
2015-10-29gdbserver/server.c: Cast return value of memmemSimon Marchi2-1/+7
2015-10-29Change type of write_qxfer_response parameterSimon Marchi2-1/+6
2015-10-29dwarf2read.c: Add castSimon Marchi2-1/+5
2015-10-29Add cast to VEC_iteratePedro Alves2-1/+5
2015-10-29guile/: Add enum castPedro Alves2-1/+5
2015-10-29Disable paging when run by Emacs 25.1 and later.Eli Zaretskii2-2/+8
2015-10-29gnu-v2-abi.c: Add castsPedro Alves2-2/+7
2015-10-29gdbserver/mem-break.c: Add castPedro Alves2-1/+5
2015-10-29gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves2-2/+16
2015-10-29gdbserver: enum gdb_signal castsPedro Alves2-6/+11
2015-10-29gdbserver: btrace enumsPedro Alves4-5/+24
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves16-14/+37
2015-10-29Add cast to exception_nonePedro Alves2-1/+5
2015-10-29compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2-4/+10
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves6-194/+261
2015-10-28Move encoded as 'or' in binutils.Simon Dardis2-4/+11
2015-10-28Pass noaliases_p to aarch64_decode_insnYao Qi2-2/+7
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-27psymtab.c: Add castsPedro Alves2-2/+7
2015-10-27ctf.c: Fix int/enum implicit castSimon Marchi2-2/+14
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-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-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-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-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