summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [C++] Always use setjmp/longjmp for exceptionsusers/palves/mingw-cxx-conversionPedro Alves2015-11-032-16/+33
* MinGW and attribute format(printf/gnu_printf)Pedro Alves2015-11-031-0/+9
* [C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.hPedro Alves2015-11-031-0/+16
* [C++/mingw] Simplify first chance exception handlingPedro Alves2015-11-031-18/+6
* [C++/mingw] gdbserver: gdb/host signal mixupPedro Alves2015-11-031-4/+6
* [C++/mingw] Fix windows-nat.c::xlatePedro Alves2015-11-031-1/+1
* [C++/mingw] handle_output_debug_stringPedro Alves2015-11-031-6/+3
* [C++/mingw] ser-tcp.c castsPedro Alves2015-11-031-6/+10
* [C++/mingw] gdbserver castsPedro Alves2015-11-032-11/+13
* [C++/mingw] windows-nat.c castsPedro Alves2015-11-031-38/+57
* [C++/mingw] gdb-dlfcn.c castsPedro Alves2015-11-031-2/+2
* [C++/mingw] Misc alloca castsPedro Alves2015-11-034-8/+8
* [C++/mingw] ser-mingw.c castsPedro Alves2015-11-031-25/+26
* Convert c_string_type to an enum flags typeSimon Marchi2015-11-033-13/+15
* Type-safe wrapper for enum flagsPedro Alves2015-11-0313-36/+288
* dladdrPedro Alves2015-11-031-1/+1
* Several enum fixesPedro Alves2015-11-032-2/+2
* guile disassembly hardcode TARGET_XFER_E_IOPedro Alves2015-11-031-4/+3
* add back -Werror by defaultPedro Alves2015-11-034-14/+6
* Drop -fpermissivePedro Alves2015-11-033-6/+3
* Add/adjust casts in gdbserver's proc-serviceSimon Marchi2015-10-292-2/+8
* mdebugread.c: Address class -> address class indexPedro Alves2015-10-292-20/+34
* Add a cast in jit_target_read_implSimon Marchi2015-10-292-1/+6
* Cast gdb_dlsym return valueSimon Marchi2015-10-292-1/+5
* gdbserver/server.c: Cast return value of memmemSimon Marchi2015-10-292-1/+7
* Change type of write_qxfer_response parameterSimon Marchi2015-10-292-1/+6
* dwarf2read.c: Add castSimon Marchi2015-10-292-1/+5
* Add cast to VEC_iteratePedro Alves2015-10-292-1/+5
* guile/: Add enum castPedro Alves2015-10-292-1/+5
* Disable paging when run by Emacs 25.1 and later.Eli Zaretskii2015-10-292-2/+8
* gnu-v2-abi.c: Add castsPedro Alves2015-10-292-2/+7
* Make GOT entry size target-dependentH.J. Lu2015-10-294-4/+33
* Also check GOTPCRELXH.J. Lu2015-10-292-1/+5
* 2015-10-29 Catherine Moore <clm@codesourcery.com>Catherine Moore2015-10-298-3/+132
* Add support for AArch64 CloudABI binaries.Ed Schouten2015-10-2914-2/+125
* bfd/libhppa.h: Make C++ compatiblePedro Alves2015-10-292-1/+5
* gdbserver/mem-break.c: Add castPedro Alves2015-10-292-1/+5
* gdbserver/tracepoint: Add casts out of tpoint->handlePedro Alves2015-10-292-2/+16
* gdbserver: enum gdb_signal castsPedro Alves2015-10-292-6/+11
* gdbserver: btrace enumsPedro Alves2015-10-294-5/+24
* gdbserver/Linux: Introduce NULL_REGSETPedro Alves2015-10-2916-14/+37
* Add cast to exception_nonePedro Alves2015-10-292-1/+5
* compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2015-10-292-4/+10
* Don't assume break/continue inside a TRY block worksPedro Alves2015-10-296-194/+261
* Fix reporting of command line options that need an argument, but which occur ...Nick Clifton2015-10-292-4/+32
* Re: Orphan output section with multiple input sectionsAlan Modra2015-10-297-18/+76
* fix typo in ld's texinfoMatthias Klose2015-10-292-1/+5
* Fix CPS availability.Thomas Preud'homme2015-10-292-1/+6
* Automatic date update in version.inGDB Administrator2015-10-291-1/+1
* Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Koƛcielnicki2015-10-285-14/+28