2020-09-14 |
Pedro Alves | Rewrite enum_flags, add unit tests, fix problems |
commit | commitdiff | tree |
2020-09-14 |
Pedro Alves | Rewrite valid-expr.h's internals in terms of the detect... |
commit | commitdiff | tree |
2020-09-14 |
Pedro Alves | Rename address_space_int_to_name/address_space_name_to_int |
commit | commitdiff | tree |
2020-09-14 |
Pedro Alves | Use type_instance_flags more throughout |
commit | commitdiff | tree |
2020-09-14 |
Tom Tromey | Apply 'const' in more places |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: turn gdb::bcache's function pointers into virtual... |
commit | commitdiff | tree |
2020-09-14 |
Nick Clifton | Fix support for theassembler's new ".nop" directive... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: don't use inferior_ptid in linux_nat_wait_1 |
commit | commitdiff | tree |
2020-09-14 |
Tom Tromey | Various m68k fixes for gdb |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove xfree in xml-support.c |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: change xml_fetch_another a function_view |
commit | commitdiff | tree |
2020-09-14 |
Nick Clifton | Add a new ".nop" directive to the assembler to allow... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_ENDIANITY_NOT_DEFAULT |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::endianity_is_not_default / type::set_end... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_FIXED_INSTANCE |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_fixed_instance / type::set_is_fixed_i... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_GNU_IFUNC |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifunc |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_STUB_SUPPORTED |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::stub_is_supported / type::set_stub_is_su... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_VECTOR |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_vector / type::set_is_vector |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_VARARGS |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::has_varargs / type::set_has_varargs |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_PROTOTYPED |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_prototyped / type::set_is_prototyped |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_TARGET_STUB |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::target_is_stub / type::set_target_is_stub |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_STUB |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_stub / type::set_is_stub |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_NOSIGN |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::has_no_signedness / type::set_has_no_sig... |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: remove TYPE_UNSIGNED |
commit | commitdiff | tree |
2020-09-14 |
Simon Marchi | gdb: add type::is_unsigned / type::set_is_unsigned |
commit | commitdiff | tree |
2020-09-14 |
Fredrik Hederstierna | Fix exception stack unwinding for ARM Cortex-M |
commit | commitdiff | tree |
2020-09-14 |
Cooper Qu | CSKY: Set feature flags for default cpu. |
commit | commitdiff | tree |
2020-09-14 |
Tom de Vries | [gdb/testsuite] Fix PATH warning in gdb.rust/traits.exp |
commit | commitdiff | tree |
2020-09-14 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | gdb/testsuite: Explicitly return from main |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Fix gdb.base/share-env-with-gdbserver.exp with Clang |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Make default_mi_gdb_start/dbx_gdb_start use gdb_spawn |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Fix a couple gdb.dwarf2/ testcases with "clang -flto" |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Add MI "-break-insert --qualified" |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Remove stale "register" bits from gdb.cp/misc.cc |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Move "register" test out of classes.exp to a separate... |
commit | commitdiff | tree |
2020-09-13 |
Pedro Alves | Don't drop static function bp locations w/o debug info |
commit | commitdiff | tree |
2020-09-13 |
Alan Modra | Re: elf: Add -z unique-symbol |
commit | commitdiff | tree |
2020-09-13 |
Joel Brobecker | Update NEWS post GDB 10 branch creation. |
commit | commitdiff | tree |
2020-09-13 |
Joel Brobecker | Bump version to 11.0.50.DATE-git. |
commit | commitdiff | tree |
2020-09-13 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-12 |
Joel Brobecker | Fix GDB build in infrun.c when configured with unit... |
commit | commitdiff | tree |
2020-09-12 |
H.J. Lu | elf: Add -z unique-symbol to avoid duplicated local... |
commit | commitdiff | tree |
2020-09-12 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-11 |
Felix Willgerodt | Add bfloat16 support for AVX512 register view. |
commit | commitdiff | tree |
2020-09-11 |
Felix Willgerodt | i386-tdep: Fix naming in zmm and ymm type descriptions. |
commit | commitdiff | tree |
2020-09-11 |
Felix Willgerodt | Sync include, libiberty with GCC. |
commit | commitdiff | tree |
2020-09-11 |
Mark Wielaard | gas: Don't error when .debug_line already exists, unles... |
commit | commitdiff | tree |
2020-09-11 |
Cooper Qu | CSKY: Change ISA flag's type to bfd_uint64_t and fix... |
commit | commitdiff | tree |
2020-09-11 |
Jeremy Drake | Fix a segfault when creating an import library with... |
commit | commitdiff | tree |
2020-09-11 |
Tom de Vries | [gdb/testsuite] Kfail gdb.cp/ambiguous.exp FAILs for... |
commit | commitdiff | tree |
2020-09-11 |
H.J. Lu | x86: Add NT_X86_CET note |
commit | commitdiff | tree |
2020-09-11 |
Nick Clifton | Fix the debuglink following code to recursively load... |
commit | commitdiff | tree |
2020-09-11 |
Tankut Baris... | gdb/breakpoint: fix typo in help message of "set breakp... |
commit | commitdiff | tree |
2020-09-11 |
Tankut Baris... | gdb/testsuite: remove stale comment in gdb.base/bp... |
commit | commitdiff | tree |
2020-09-11 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-10 |
Siddhesh Poyarekar | aarch64: Return an error on conditional branch to an... |
commit | commitdiff | tree |
2020-09-10 |
H.J. Lu | ld: Add more tests for --as-needed |
commit | commitdiff | tree |
2020-09-10 |
Alan Modra | PR26597, FAIL: gdb.dlang/demangle.exp: _D8demangle4test... |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add minimal and functional NetBSD/amd64 gdbserver |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Switch local native code to gdb/nat shared functions |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Avoid double free in startup_inferior |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add a common utility function to read and write siginfo... |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add netbsd_nat::enable_proc_events in gdb/nat |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add gdb/nat common functions for listing threads |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add netbsd_nat::pid_to_exec_file |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Build nat/netbsd-nat.o for the NetBSD native target |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Register a placeholder for NetBSD shared functions... |
commit | commitdiff | tree |
2020-09-10 |
Kamil Rytarowski | Add handle_eintr to wrap EINTR handling in syscalls |
commit | commitdiff | tree |
2020-09-10 |
Nick Clifton | Stop symbols generated by the annobin gcc plugin from... |
commit | commitdiff | tree |
2020-09-10 |
Cooper Qu | CSKY: Enable extend lrw by default for CK802, CK803... |
commit | commitdiff | tree |
2020-09-10 |
Cooper Qu | CSKY: Add L2Cache instructions for CK860. |
commit | commitdiff | tree |
2020-09-10 |
Cooper Qu | CSKY: Add new arches while refine the cpu option process. |
commit | commitdiff | tree |
2020-09-10 |
Alan Modra | Re: PR26580, Size and alignment of commons vs as-needed... |
commit | commitdiff | tree |
2020-09-10 |
Alan Modra | Re: lto-18 test |
commit | commitdiff | tree |
2020-09-10 |
Nick Clifton | Fix compile time warnings when building for the CSKY... |
commit | commitdiff | tree |
2020-09-10 |
Alan Modra | sprintf arg overlaps destination |
commit | commitdiff | tree |
2020-09-10 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-09 |
Tom Tromey | Fix latent bug in ada-lang.c:remove_extra_symbols |
commit | commitdiff | tree |
2020-09-09 |
Nick Clifton | Fix thinko in the code to check coff archive elements. |
commit | commitdiff | tree |
2020-09-09 |
Alan Modra | power10 on ppc32 |
commit | commitdiff | tree |
2020-09-09 |
Cooper Qu | CSKY: Change mvtc and mulsw's ISA flag. |
commit | commitdiff | tree |
2020-09-09 |
Cooper Qu | CSKY: Support option -mfloat-abi. |
commit | commitdiff | tree |
2020-09-09 |
Cooper Qu | CSKY: Add FPUV3 instructions, which supported by ck860f. |
commit | commitdiff | tree |
2020-09-09 |
Alan Modra | PR26578, memory leak in parse_gnu_debugaltlink |
commit | commitdiff | tree |
2020-09-09 |
Alan Modra | lto-18 test |
commit | commitdiff | tree |
2020-09-09 |
GDB Administrator | Automatic date update in version.in |
commit | commitdiff | tree |
2020-09-08 |
Alan Modra | Re: MSP430: Support relocations for subtract expression... |
commit | commitdiff | tree |
2020-09-08 |
David Faust | bpf: simulator: correct div, mod insn semantics |
commit | commitdiff | tree |
2020-09-08 |
H.J. Lu | Pass --disable-reloc-section on PE targets for PR 25662... |
commit | commitdiff | tree |
2020-09-08 |
Tom Tromey | Do not adjust mtime timezone on Windows |
commit | commitdiff | tree |
next |