Age | Commit message (Expand) | Author | Files | Lines |
2015-02-27 | Move exception_none to common code, and use it | Pedro Alves | 5 | -8/+17 |
2015-02-27 | catch_command_errors: Remove 'mask' parameter | Pedro Alves | 5 | -29/+37 |
2015-02-27 | Adjust self tests to cope with GDB built as a C++ program | Pedro Alves | 3 | -3/+16 |
2015-02-27 | python/python-internal.h: enum ‘ext_lang_rc’ not defined | Pedro Alves | 2 | -0/+5 |
2015-02-27 | breakpoint.h: move enum ‘print_stop_action’ | Pedro Alves | 2 | -20/+25 |
2015-02-27 | gdbarch.h: include regcache.h | Pedro Alves | 3 | -0/+9 |
2015-02-27 | Remove duplicate const | Pedro Alves | 3 | -3/+10 |
2015-02-27 | Exported const objects | Pedro Alves | 4 | -3/+16 |
2015-02-27 | Rename struct lzma_stream to avoid clash with system header | Tom Tromey | 2 | -11/+17 |
2015-02-27 | mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_args | Pedro Alves | 2 | -7/+31 |
2015-02-27 | x86 Linux/ptrace: fix offsetof usage in C++ mode | Pedro Alves | 4 | -8/+37 |
2015-02-27 | Don't forward declare enum target_hw_bp_type | Pedro Alves | 2 | -2/+7 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 9 | -17/+32 |
2015-02-27 | target.h: Include infrun.h | Pedro Alves | 2 | -0/+6 |
2015-02-27 | proc-service, extern "C" | Pedro Alves | 5 | -2/+107 |
2015-02-27 | Make functions and variables exported by the IPA be extern "C" | Pedro Alves | 8 | -103/+201 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 7 | -13/+40 |
2015-02-27 | Make array object extern | Pedro Alves | 2 | -6/+13 |
2015-02-27 | record-btrace.c: Remove redefinitions | Pedro Alves | 2 | -4/+5 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 15 | -534/+649 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 99 | -1127/+1140 |
2015-02-27 | Add --enable-build-with-cxx configure switch | Pedro Alves | 11 | -31/+908 |
2015-02-27 | Fixes a problem with the linker script parser not always handling the ! chara... | Nick Clifton | 2 | -1/+15 |
2015-02-27 | Create libiberty.m4, have GDB and GDBserver use it | Pedro Alves | 11 | -54/+694 |
2015-02-27 | Fixes a problem recognizing libraries created by Visual Studio. | Nick Clifton | 2 | -1/+11 |
2015-02-27 | Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c | Pedro Alves | 3 | -0/+50 |
2015-02-27 | Don't skip catch-syscall.exp on hppa*-hp-hpux* target | Yao Qi | 2 | -7/+6 |
2015-02-27 | Regenerate bfd-in2.h and libbfd.h | Marcus Shawcroft | 3 | -0/+9 |
2015-02-27 | Fixes problems building the V850 simulator introduced with the previous delta. | Nick Clifton | 6 | -206/+305 |
2015-02-27 | S390: Fix compiler invocation with "compile" command | Andreas Arnez | 2 | -3/+25 |
2015-02-27 | Mark latest entry in gdb/ChangeLog as "(tiny patch)". | Joel Brobecker | 1 | -1/+1 |
2015-02-27 | Retrieve segment registers on Windows amd64 | Jon TURNEY | 2 | -3/+9 |
2015-02-27 | Adjust ChangeLog entry. | Marcus Shawcroft | 1 | -1/+2 |
2015-02-26 | Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup. | Doug Evans | 8 | -1/+83 |
2015-02-27 | Fix recent h8300 configury changes | Alan Modra | 3 | -11/+15 |
2015-02-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-02-26 | [AArch64] Add tiny DESC test cases. | Marcus Shawcroft | 8 | -0/+103 |
2015-02-26 | [AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19 | Marcus Shawcroft | 4 | -5/+71 |
2015-02-26 | [AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21 | Marcus Shawcroft | 5 | -2/+40 |
2015-02-26 | Add tiny memory model GD test cases. | Marcus Shawcroft | 8 | -0/+95 |
2015-02-26 | Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support. | Marcus Shawcroft | 8 | -2/+103 |
2015-02-26 | Adding tls-tiny-ie test. | Marcus Shawcroft | 4 | -0/+27 |
2015-02-26 | Adding support for TLSIE_LD_GOTTREL_PREL19. | Marcus Shawcroft | 5 | -2/+36 |
2015-02-26 | Adding ld_literal_type. | Marcus Shawcroft | 2 | -5/+42 |
2015-02-26 | Adding test case for abuse of :got: in offset load | Marcus Shawcroft | 3 | -0/+7 |
2015-02-26 | Adding adr_type and prevent adr :got: | Marcus Shawcroft | 2 | -3/+53 |
2015-02-26 | Add test case for ADR :got:foo | Marcus Shawcroft | 3 | -0/+7 |
2015-02-26 | Fix field size for TLSDESC_CALL | Marcus Shawcroft | 2 | -1/+5 |
2015-02-26 | Fix field size for TLSLE_MOVW_TPREL_* relocations. | Marcus Shawcroft | 2 | -5/+12 |
2015-02-26 | Fix TLSIE_MOVW_GOTTPREL_G0_NC field size. | Marcus Shawcroft | 2 | -1/+6 |