GNU Binutils with patches for OS216
Nombre | Rev. | Tiempo | Autor |
---|---|---|---|
master | c4df5bb | 2020-07-04 04:03:47 | Sebastian Huber |
sim/igen: Fix linker error with -fno-common GCC 10 enables -fno-common by default. This resulted in multiple definition linker errors since a global variab... |
|||
gdb-9-branch | 6396e8c | 2020-07-03 09:00:33 | GDB Administrator |
Automatic date update in version.in |
|||
binutils-2_34-branch | 4b99cd6 | 2020-07-03 09:00:19 | GDB Administrator |
Automatic date update in version.in |
|||
users/luisgpm/aarch64-mte-v2 | 5d63830 | 2020-06-26 01:23:39 | Luis Machado |
Add memory tagging testcases Add an AArch64-specific test and a more generic memory tagging test that other architectures can run. Even though architecture... |
|||
users/luisgpm/aarch64-mte-v1 | dc57be6 | 2020-06-16 21:58:33 | Luis Machado |
Add memory tagging testcases Add an AArch64-specific test and a more generic memory tagging test that other architectures can run. Even though architecture... |
|||
users/luisgpm/test | c802e8a | 2020-06-16 20:41:28 | Gary Benson |
Add two missing return values in gdb.python/py-nested-maps.c Two functions in gdb.python/py-nested-maps.c are missing return values. This causes clang to f... |
|||
users/palves/current-thread | ae1caa9 | 2020-06-04 04:36:15 | Pedro Alves |
Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412) In PR/25412, Simon noticed that after the multi-target series, the tid-reuse.e... |
|||
binutils-2_33-branch | 3730a01 | 2020-05-18 17:19:31 | Alan Modra |
Re: Fix tight loop on recursively-defined symbols sy_resolving ought to not be set for a struct local_symbol, but it is apparent from local_symbol_make that... |
|||
users/simark/submit/share-dwarf-partial-symtabs-v2 | dd787f5 | 2020-05-13 04:24:51 | Tom Tromey |
Share DWARF partial symtabs This changes the DWARF reader to share partial symtabs (or indices if they are available) across objfiles. This has a few parts... |
|||
binutils-2_31-branch | d120ec3 | 2020-03-11 14:39:38 | Alan Modra |
powerpc64-ld infinite loop If this code dealing with possible conversion of inline plt sequences is ever executed, ld will hang. A binary with such sequenc... |
|||
binutils-2_32-branch | 2846942 | 2020-03-11 14:33:35 | Alan Modra |
powerpc64-ld infinite loop If this code dealing with possible conversion of inline plt sequences is ever executed, ld will hang. A binary with such sequenc... |
|||
users/cbiesinger/arm-nbsd | d05eef2 | 2020-03-06 09:15:14 | Christian Biesinger |
Remove use of deprecated core functions (in NetBSD/ARM) This is in preparation for deleting deprecated_add_core_fns and related code. As a side-effect, thi... |
|||
users/amerey/debuginfod | 638d409 | 2020-02-26 06:42:55 | Aaron Merey |
Print downloading notification only when file is found on server |
|||
users/simark/test | 1037b4b | 2020-02-23 12:23:42 | Simon Marchi |
test test 12 12 |
|||
users/cbiesinger/minidump | 2196e89 | 2020-02-15 06:11:07 | Christian Biesinger |
Start working on reading .dmp files Change-Id: I0cf39c48938b78ae3776d52f425133cadaa33de6 |
|||
users/hjl/pr25355/binutils-2_34-branch | 6653965 | 2020-02-13 23:40:27 | H.J. Lu |
plugin: Search bfd-plugins directories only once try_load_plugin is updated to take either plugin name or plugin entry. load_plugin is updated to search bfd... |
|||
users/palves/gnulib-largefile | 1cd2a21 | 2020-01-21 21:47:22 | Pedro Alves |
largefile |
|||
users/palves/stat | 929b345 | 2020-01-21 00:39:33 | Pedro Alves |
Fix gnulib's lstat replacement in C++ namespace mode Fixes: unittests/string_view-selftests.c: In member function 'gnulib::_gl_lstat_wrapper::operator gnu... |
|||
users/palves/config.h | 4019e26 | 2020-01-17 03:13:54 | Pedro Alves |
Fix gdbsupport build on compilers that don't default to C++11 or above gdbsupport fails to build with compilers that don't default to C++11 or above. gdbsu... |
|||
users/palves/multi-target-v2 | 2168664 | 2020-01-11 00:15:36 | Tankut Baris Aktemur |
Switch the inferior before outputting its id in "info inferiors" GDB uses the 'current_top_target' when displaying the description of an inferior. This lea... |
|||
users/mmetzger/fsgs | d26f3c1 | 2019-12-18 00:04:40 | Markus Metzger |
[wip] gdbserver, x86: support fs_base and gs_base When debugging over gdbserver fs/gs_base is not updated when changing the corresponding selector. For 32-... |
|||
gdb-8.3-branch | fc94da0 | 2019-12-11 09:01:00 | GDB Administrator |
Automatic date update in version.in |
|||
users/simark/mi-symbols-output | 90c3c3e | 2019-11-21 14:27:37 | Simon Marchi |
Hi Andrew Change-Id: I695d9860d6f7dae86f966dfc0524b934660478da |
|||
users/cbiesinger/all-perf-patches | 12f4dc4 | 2019-11-19 08:51:10 | Christian Biesinger |
[RFC] Don't block on finishing demangling msymbols Instead, do it all on a background thread and only block when we actually need the result. Note, this is... |
|||
users/cbiesinger/threadpool | d13d16c | 2019-10-09 07:36:15 | Christian Biesinger |
Switch to futures |
|||
users/cbiesinger/parallel-minsyms-mutex | b4fbb96 | 2019-10-04 03:17:12 | Christian Biesinger |
Precompute hash value for symbol_set_names We can also compute the hash for the mangled name on a background thread so make this function even faster (about... |
|||
users/cbiesinger/demangle-mutex | 85f7818 | 2019-10-03 06:59:04 | Christian Biesinger |
Compute msymbol hash codes in parallel This is for the msymbol_hash and msymbol_demangled_hash hashtables in objfile_per_bfd_storage. This basically compute... |
|||
users/cbiesinger/minsym-hash-one-thread | 84111bb | 2019-10-03 05:49:00 | Christian Biesinger |
put minsym building on one bg thread |
|||
users/cbiesinger/stl_minsyms_hash | f55c45b | 2019-09-27 04:46:16 | Christian Biesinger |
Try converting ad-hoc msymbol hash tables to STL containers I went with multimap (also tried unordered_multimap) to keep the behavior where we have a specia... |
|||
users/weimin/ctf | 2c9a28c | 2019-09-26 05:03:15 | Weimin Pan |
Sync up gdb with latest gcc and binutils |
|||
users/cbiesinger/hashtable | 3286a5f | 2019-09-25 09:53:35 | Christian Biesinger |
Fork GCC's hash-table.h for use in GDB And use it at one callsite in dwarf2read. |
|||
users/simark/fortran | 034c427 | 2019-09-25 09:23:50 | Andrew Burgess |
gdb/fortran: Allow for matching symbols with missing scope This commit allows symbol matching within Fortran code without having to specify all of the symbo... |
|||
users/palves/multi-target-v1 | 1c2afe7 | 2019-09-07 08:02:12 | Pedro Alves |
Multi-target: NEWS and user manual This commit documents the new multi-target features in both NEWS and user manual. gdb/ChangeLog: yyyy-mm-dd Pedro Alves... |
|||
users/palves/format_strings | c36205f | 2019-07-02 04:19:04 | Pedro Alves |
Document the gdb-specific formatters |
|||
users/palves/format_strings-experiment | ebcc5fb | 2019-07-01 22:07:58 | Pedro Alves |
string_field |
|||
users/palves/cli-options | cc0a76b | 2019-06-26 02:35:19 | Pedro Alves |
pipe completer & var_string options |
|||
binutils-2_30-branch | 1a4839f | 2019-03-18 22:07:21 | Alan Modra |
PR24355, segmentation fault in function called from ppc_finish_symbols Backport to 2.30, where the problem might be triggered by gc-sections rather than inl... |
|||
users/sergiodj/bitpos | 2b8a4a5 | 2019-03-06 03:54:34 | Sergio Durigan Junior |
Finish gdb/aarch64-tdep.c fix |
|||
gdb-8.2-branch | 07d1173 | 2019-02-27 09:01:27 | GDB Administrator |
Automatic date update in version.in |
|||
users/ahayward/variable_sve2 | e8f3f20 | 2018-11-08 00:16:30 | Alan Hayward |
Aarch64 SVE: Support changing vector lengths in gdbserver There are two parts to this patch - gdbserver and GDB. In gdbserver, there needs to be an equival... |
|||
users/palves/per-inf-thread-list | 026579c | 2018-10-01 19:27:53 | Pedro Alves |
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. As preparation for multi-target, this patch makes each inferior have its own ... |
|||
users/ahayward/variable_sve | 9ad94ea | 2018-09-14 00:49:24 | Alan Hayward |
Aarch64 SVE: Support changing vector lengths in gdbserver There are two parts to this patch - gdbserver and GDB. In gdbserver, there needs to be an equival... |
|||
users/roland/2.31/gold-narrowing-switch | bc893c8 | 2018-08-04 06:39:53 | Roland McGrath |
[gold] Fix integer narrowing in switch gold/ * target.h (Sized_target::record_gnu_property): Use unsigned int for second argument. * x86_64.cc (Target_x8... |
|||
users/roland/gold-narrowing-switch | ccaf6a0 | 2018-08-04 06:38:20 | Roland McGrath |
[gold] Fix integer narrowing in switch gold/ * target.h (Sized_target::record_gnu_property): Use unsigned int for second argument. * x86_64.cc (Target_x8... |
|||
gdb-8.1-branch | f9812ee | 2018-08-01 00:05:56 | Joel Brobecker |
Bump GDB version number to 8.1.1.DATE-git. gdb/ChangeLog: * version.in: Set GDB version number to 8.1.1.DATE-git. * PROBLEMS: Likewise. |
|||
users/simark/autotools-bump | 63a9e92 | 2018-06-19 01:00:58 | Simon Marchi |
Generated files |
|||
users/simark/regcache-for-alan | e884af5 | 2018-06-01 23:40:20 | Alan Hayward |
Ptrace support for Aarch64 SVE Add support for reading and writing registers for Aarch64 SVE. I've made this functionality common as it will be required for... |
|||
gdb-8.0-branch | 378272c | 2018-05-21 18:43:40 | Tamar Christina |
Fix AArch64 debug trace build The build with debug tracing enabled (`-DDEBUG_AARCH64`) is currently broken. A variable that no longer exists is being refere... |
|||
binutils-2_29-branch | 8efd17c | 2018-04-28 07:00:42 | Sriraman Tallam |
New plugin interface to get list of symbols wrapped with --wrap option. 2018-02-22 Sriraman Tallam <tmsriram@google.com> * plugin.cc (get_wrap_symbols):... |
|||
users/palves/target_ops-cxx | 14a640e | 2018-04-19 03:28:07 | Pedro Alves |
target factories, target open and multiple instances of targets Currently, to open a target, with "target TARGET_NAME", GDB finds the target_ops instance wi... |
|||
users/clyon/arm-fdpic | f0bdd75 | 2018-04-18 21:20:27 | Christophe Lyon |
[ARM] FDPIC: Implement Thumb-only PLT for FDPIC. 2018-XX-XX Christophe Lyon <christophe.lyon@st.com> Mickaël Guêné <mickael.guene@st.com> bfd/ * elf3... |
|||
users/palves/ifunc | 9195047 | 2018-04-11 06:52:50 | Pedro Alves |
Fix resolving GNU ifunc bp locations when inferior runs resolver I noticed that if you set a breakpoint on an ifunc before the ifunc is resolved, and then l... |
|||
binutils-2_28-branch | d739ba9 | 2018-04-06 00:09:04 | Tamar Christina |
Fix snafu in aarch64 opcodes debugging statement. * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE arguments. (cherry picked from commit... |
|||
users/simark/split-dwarf2read | 093c33e | 2018-03-27 06:07:45 | Simon Marchi |
Move DWARF index-related things to a separate file I want to add a DWARF index-related feature (automatically produce index files when loading objfiles in G... |
|||
users/ahayward/xml4 | d50aead | 2018-03-22 00:57:17 | Alan Hayward |
Remove xml files from gdbserver For ports which use new target descriptions, this patch removes the xml files from being built into gdbserver, Alan. 2018-... |
|||
users/qiyao/frame-unwind-unavailable-3 | 2f87902 | 2018-03-13 23:32:00 | Yao Qi |
Move frame_id_build_unavailable_stack static frame_id_build_unavailable_stack is only used in frame.c, so make it static. gdb: 2017-07-28 Yao Qi <yao.qi... |
|||
users/ibm/binutils-2_25 | 665e0d4 | 2018-03-06 16:55:47 | GDB Administrator |
Automatic date update in version.in |
|||
users/simark/btrace-cleanups | 7ccb006 | 2018-03-06 07:09:15 | Simon Marchi |
btrace: Remove ui_out cleanups This patch replaces the cleanups that close the list and tuple of the btrace instruction history output with ui_out_emit_tupl... |
|||
users/ahayward/xml3 | efb47d8 | 2018-03-01 20:06:45 | Alan Hayward |
[PATCH v3 8/8] Remove xml files from gdbserver For ports which use new target descriptions, this patch removes the xml files from being built into gdbserver... |
|||
users/keiths/template-completion | b1ecccc | 2018-02-24 03:07:29 | Keith Seitz |
Support template lookups in strncmp_iw_with_mode This patch adds support for wild template parameter list matches, similar to how ABI tags or function overl... |
|||
users/azanella/aarch64-split-stack | 7806b4b | 2018-02-07 22:25:46 | Adhemerval Zanella |
gold: aarch64 split stack support This patch adds gold support for split-stack function calling non-split function on aarch64. gold/ChangeLog: * gold/aar... |
|||
users/qiyao/regcache-split-4-2 | aa3a1b1 | 2018-02-07 18:56:49 | Yao Qi |
Pass readable_regcache to gdbarch method read_pc We can pass readable_regcache to gdbarch method read_pc where it is allowed to do read from regcache. gdb:... |
|||
users/simark/template-suffix | e61b4af | 2018-02-05 12:21:08 | Simon Marchi |
Don't trust templates from DW_AT_name With gcc 8 (and clang?) the non-type template arguments (constants) don't include the integer suffixes anymore. For e... |
|||
users/hjl/sizeof | fcf7574 | 2018-01-26 22:56:18 | H.J. Lu |
Initial pr21964-3 tests |
|||
users/ahayward/xml | 59c10f0 | 2018-01-24 21:14:04 | Alan Hayward |
8/8: Remove xml files from gdbserver |
|||
users/qiyao/regcache-split-4-1 | f360bef | 2018-01-22 21:14:35 | Yao Qi |
Move register_dump to regcache-dump.c gdb: 2017-11-30 Yao Qi <yao.qi@linaro.org> * Makefile.in (COMMON_SFILES): Add regcache-dump.c * regcache-dump.c:... |
|||
users/hjl/linux/applied | 4ba8500 | 2018-01-19 20:23:56 | H.J. Lu |
Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/linux/applied |
|||
users/qiyao/regcache-split-4 | df80910 | 2018-01-19 02:06:18 | Yao Qi |
Move register_dump to regcache-dump.c gdb: 2017-11-30 Yao Qi <yao.qi@linaro.org> * Makefile.in (SFILES): Add regcache-dump.c (COMMON_OBS): Add regcach... |
|||
users/linaro/binutils-2_28-branch | 0231dce | 2018-01-16 02:44:11 | Tamar Christina |
Correct disassembly of dot product instructions. Dot products deviate from the normal disassembly rules for lane indexed instruction. Their canonical repres... |
|||
users/hjl/pr22393/master | 5390242 | 2018-01-11 22:29:06 | H.J. Lu |
x86-64: Add tests for -z separate-code -z max-page-size=0x1000 PR ld/22393 * testsuite/ld-x86-64/pr22393-3a.c: New file. * testsuite/ld-x86-64/pr22393-3a... |
|||
users/hjl/pr22393/relro | 391c2c3 | 2018-01-10 02:32:58 | H.J. Lu |
x86-64: Add tests for -z separate-code -z max-page-size=0x1000 PR ld/22393 * testsuite/ld-x86-64/pr22393-3a.c: New file. * testsuite/ld-x86-64/pr22393-3a... |
|||
users/palves/literal-matching | c3b3386 | 2018-01-10 02:15:44 | Pedro Alves |
language_get_symbol_name_matcher -> get_symbol_name_matcher |
|||
users/keiths/inline-func-bp-for-pedro | a62f06e | 2017-11-29 06:23:10 | Keith Seitz |
More minimal patch Same thing but using the exception, leaving bpstat_stop_status call where it is. This and the previous commit are intended to be exporte... |
|||
users/hjl/pr12639 | 0860f63 | 2017-11-27 02:38:09 | H.J. Lu |
Check corrupted symbol table bfd/ PR binutils/12639 * elfcode.h (elf_slurp_symbol_table): Check corrupted global symbols. binutils/ PR binutils/12639... |
|||
users/palves/per_ui_repeat | 5f6d441 | 2017-11-07 22:04:42 | Pedro Alves |
show_commands |
|||
users/linaro/gdb-aarch64-ilp32 | 5e5a2a6 | 2017-10-23 22:52:28 | Yao Qi |
ILP32: GDB gdb: 2017-03-06 Andrew Pinski <apinski@cavium.com> Steve Ellcey <sellcey@cavium.com> Yao Qi <yao.qi@linaro.org> * aarch64-linux-... |
|||
users/qiyao/regcache-split-3 | 11fc8ec | 2017-10-13 19:52:12 | Yao Qi |
regcache_raw and use it in to_{fetch,store}_registers This patch adds a new class regcache_raw, between reg_buffer and regcache in the class hierarchy. Als... |
|||
users/palves/catch_exceptions | 2a015c4 | 2017-09-28 07:37:48 | Pedro Alves |
zap catch_exceptions |
|||
users/aoliva/SFN | 6bd7c2c | 2017-09-23 05:23:34 | Alexandre Oliva |
bring ChangeLog entries from master commit |
|||
users/wtedesch/icc_version | 3f772b1 | 2017-09-20 22:24:38 | Walfred Tedeschi |
icc: allow code path for newer versions of icc. Patch adds a version checkin for workaround an icc problem. Icc problem was fixed in version 14, and gdb cod... |
|||
users/hjl/pr22101 | c35b4e8 | 2017-09-16 04:26:43 | H.J. Lu |
Remove invalid .dynamic section with --only-keep-debug Remove invalid .dynamic section with --only-keep-debug. bfd/ PR binutils/22101 * elf.c (rewrite_e... |
|||
users/palves/tls-nonthreaded | bb276fc | 2017-09-13 19:43:15 | Pedro Alves |
Use libthread_db.so with non-threaded programs, for TLS (This is a hack for experimentation.) |
|||
users/hjl/pr22032 | 4a25b09 | 2017-08-30 21:31:33 | H.J. Lu |
Call _close_and_cleanup in bfd_close_all_done PR binutils/22032 * opncls.c (bfd_close_all_done): Call _close_and_cleanup. |
|||
users/linaro/binutils-2_25-branch | f7897e0 | 2017-08-24 21:47:34 | Nick Clifton |
Fix the generation of alignment frags in code sections for AArch64. PR gas/20364 * config/tc-aarch64.c (s_ltorg): Change the mapping state after aligning... |
|||
users/linaro/binutils-2_27-branch | f3ae7db | 2017-08-21 23:34:06 | Adhemerval Zanella |
Merge with binutils-2_27-branch rev b5d3ac20 Change-Id: Iaa5f379bb904c3eb5b6e041c62c24076d2838063 |
|||
users/qiyao/target-desc-4 | e91621e | 2017-08-21 20:56:14 | Yao Qi |
Convert the rest x86 target descriptions This patch changes the rest of x86 target descriptions in GDB and GDBserver. gdb: 2017-08-18 Yao Qi <yao.qi@lin... |
|||
users/pmuldoon/c++compile | b5f28d7 | 2017-08-18 05:58:01 | Keith Seitz |
Update w/HEAD Problems: gdb/compile/compile.c gdb/cp-support.c gdb/cp-support.h gdb/gdbtypes.h gdb/language.c gdb/linespec.c |
|||
users/alahay01/targetregcache | 8cc29a6 | 2017-08-16 00:41:00 | Alan Hayward |
[PATCH 7/7]: Regcache: Refactor raw_set_cached_value |
|||
users/hjl/tls | 56dc8a5 | 2017-08-05 02:37:02 | H.J. Lu |
x86: Lookup __tls_get_addr or ___tls_get_addr once Instead of checking if a symbol is __tls_get_addr or ___tls_get_addr, we check if there is a reference to... |
|||
users/qiyao/target-desc-3 | 203ae25 | 2017-07-10 22:46:26 | Yao Qi |
Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.c gdb: 2017-06-09 Yao Qi <yao.qi@linaro.org> * features/Makefile (XMLTOC): Remove i386... |
|||
users/qiyao/target-desc-2 | 269b157 | 2017-06-20 19:34:16 | Yao Qi |
Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.c gdb: 2017-06-09 Yao Qi <yao.qi@linaro.org> * features/Makefile (XMLTOC): Remove i386... |
|||
users/palves/fix-objc-tests | 58aa785 | 2017-06-06 20:25:33 | Pedro Alves |
Fix objc tests |
|||
users/ccoutant/experimental-relr | 8c13bcd | 2017-04-26 12:07:52 | Cary Coutant |
Experimental implementation of RELR-style relocations. For x86-64 only. Instead of R_X86_64_RELATIVE relocations, we write the offsets of the relocation tar... |
|||
gdb-7.12-branch | 17265fc | 2017-04-17 09:01:02 | GDB Administrator |
Automatic date update in version.in |
|||
users/arnez/lk3 | 3626824 | 2017-03-17 01:01:49 | Philipp Rudo |
Add S390 support for linux-kernel target After implementing the new linux-kernel target and preparing s390-tdep. It is now time to get everything to work. ... |
|||
binutils-2_27-branch | b5d3ac2 | 2017-03-09 17:42:12 | Peter Bergner |
Update -maltivec and -mvsx options to only enable their oldest instructions. Currently, the -maltivec and -mvsx GAS options enable *all* of the altivec and ... |
|||
binutils-2_26-branch | 021d0c6 | 2017-03-09 07:24:58 | Peter Bergner |
Add support for the new 'lnia' extended mnemonic. opcodes/ Apply from master. 2017-03-08 Peter Bergner <bergner@vnet.ibm.com> * ppc-opc.c (powerpc_opco... |
|||
users/simark/ptid-in-fetch-store-regs | a243d6a | 2017-03-08 06:47:46 | Simon Marchi |
Pass ptid to to_prepare_to_store In the same vein as to_fetch_registers and to_store_registers, we can update to_prepare_to_store to take the ptid of the th... |
|||
users/gentoo/2.28 | 561d984 | 2017-03-04 03:03:25 | Mike Frysinger |
opcodes: link against libbfd.la for rpath deps The reason opcodes doesn't link against libbfd.la is to workaround a libtool bug where it uses installed -L p... |
|||
users/simark/user-selection-rfc | 44c04ee | 2017-02-24 07:25:30 | Simon Marchi |
Decouple user selection from internal selection I am sending this as an RFC because it's far from complete and definitive, but I'd like to gather some comme... |
|||
users/keiths/c++compile-submit | b34c454 | 2017-02-22 06:33:46 | Keith Seitz |
Compile C++ feature. |
|||
users/arnez/lk | 95368b1 | 2017-02-08 00:25:55 | Philipp Rudo |
Add S390 support for linux-kernel target After implementing the new linux-kernel target and preparing s390-tdep. It is now time to get everything to work. ... |
|||
users/bheckel/fortran-oop-extend-type | 86a3a30 | 2016-12-23 20:25:46 | Bernhard Heckel |
Fortran: Ptype, print type extension. Print base-class of an extended type when doing a ptype. 2016-05-24 Bernhard Heckel <bernhard.heckel@intel.com> gd... |
|||
users/bheckel/fortran-entry-point-nested-subroutines | bee226f | 2016-12-23 20:20:09 | Bernhard Heckel |
Fortran: Document scope operator. Document scope operator in GDB manual. 2016-08-10 Bernhard Heckel <bernhard.heckel@intel.com> gdb/Changelog: * doc/gd... |
|||
users/palves/cxx-eliminate-cleanups | 3d4ed53 | 2016-11-17 12:10:00 | Pedro Alves |
Eliminate make_cleanup_ui_file_delete And now that ui_file_as_string is in, let's eliminate it. :-) Makes ui_file a real C++ hierarchy. mem_fileopen is r... |
|||
users/gentoo/2.27 | 4338082 | 2016-11-12 16:33:37 | Mike Frysinger |
opcodes: link against libbfd.la for rpath deps The reason opcodes doesn't link against libbfd.la is to workaround a libtool bug where it uses installed -L p... |
|||
users/palves/interrupt-while-step-over | 749a928 | 2016-11-12 09:17:14 | Pedro Alves |
Fix PR18360 - internal error when using "interrupt -a" v2: - add handle_stop_requested and use it in all event waitkinds. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... |
|||
users/palves/interrupt-while-step-over-v1 | 3bcc59a | 2016-11-09 03:02:17 | Pedro Alves |
Fix PR18360 - internal error when using "interrupt -a" If you do "interrupt -a" just while some thread is stepping over a breakpoint, gdb trips on an intern... |
|||
users/palves/cxx-enum-flags | 6893f30 | 2016-11-04 18:25:33 | Pedro Alves |
enum_flags: Fix ternary operator and remove implicit convertion to raw enum The unit tests added by the previous patch revealed that this useful use case do... |
|||
users/ARM/embedded-binutils-2_26-branch | 9dd9f85 | 2016-09-26 19:17:20 | Thomas Preud'homme |
2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com> Backport from mainline 2016-02-16 Nick Clifton <nickc@redhat.com> gas/ * doc/as.texinfo (Se... |
|||
users/palves/cxx-gdb_exceptions | 30aa2fe | 2016-09-24 01:58:41 | Pedro Alves |
gdb: Avoid exception copying in exception printing routines |
|||
users/ARM/embedded-gdb-7.10-branch | 23c1631 | 2016-09-23 17:29:22 | Thomas Preud'homme |
Bump date |
|||
users/palves/jit-speedup | 22f83b9 | 2016-09-19 23:44:43 | Pedro Alves |
lookup_minimal_symbol_text Noticed that create_exception_master_breakpoint could be using the cheaper lookup_minimal_symbol_text instead of lookup_minimal_s... |
|||
users/bheckel/fortran-vla-strings | 0ad7d8d | 2016-09-07 19:19:36 | Bernhard Heckel |
fort_dyn_array: Fortran dynamic string support This patch changes the semantic of the Dwarf string length attribute to reflect the standard as well as enabl... |
|||
users/bheckel/fortran-strides | dbfd714 | 2016-09-07 19:08:48 | Christoph Weinmann |
fortran: test cases for subarray strides and slices Add test cases for subarray creation with range, literal and stride value permutations for one, two, and... |
|||
users/apinski/gdb-ilp32-gdbserver | f90ea4f | 2016-09-01 05:27:54 | Andrew Pinski |
Handle ILP32 AARCH64 correctly for gdbserver In gdbserver, we need to send over 32bit registers for pc/sp instead of 64bit as we do right now. So we need an... |
|||
gdb-7.11-branch | 140bf80 | 2016-08-25 16:55:27 | Adhemerval Zanella |
Sync proc_service definition with GLIBC GLIBC BZ#20311 [1] proc_service.h install patch also remove 'const' attributes from ps_get_thread_area and comment #... |
|||
users/ARM/sve | 2e2bd2d | 2016-08-23 17:41:05 | Richard Sandiford |
[AArch64] Add SVE condition codes SVE defines new names for existing NZCV conditions, to reflect the result of instructions like PTEST. This patch adds sup... |
|||
users/palves/fix-var-update-for-registers | 3762064 | 2016-08-12 03:14:11 | Pedro Alves |
Fix -var-update for registers in frames 1 and up XXX palves: Watchpoints on locals are quite similar in principle with varobjs on locals. Likewise wathpoi... |
|||
users/hjl/mmap/write | 727aa8d | 2016-07-14 05:31:17 | H.J. Lu |
Add mmap.c |
|||
users/mmetzger/record-goto-mi | 31d025c | 2016-07-06 15:31:22 | Markus Metzger |
btrace: record stop moves to the end of the trace With the btrace record target the "record stop" command implicitly moves all traced threads to the end of ... |
|||
users/mwk/s390-relro-old | 0757c06 | 2016-07-04 18:04:48 | Marcin Kościelnicki |
gold/s390: Support partial got relro. |
|||
users/mwk/s390-relro-rel | 4b32e69 | 2016-07-04 18:04:10 | Marcin Kościelnicki |
gold/s390: Support partial got relro. |
|||
binutils-2_25-branch | 8f2db47 | 2016-06-29 12:08:27 | Maciej W. Rozycki |
MIPS/GAS: Fix an ISA override not lifting ABI restrictions Correct a regression introduced with commit 919731affbef ("Add MIPS .module directive") causing c... |
|||
users/hjl/sharable | dc14c89 | 2016-06-22 22:04:17 | H.J. Lu |
Add PT_GNU_SHR/SHF_GNU_SHARABLE/SHN_GNU_SHARABLE_COMMON support to gas/ld PT_GNU_SHR/SHF_GNU_SHARABLE/SHN_GNU_SHARABLE_COMMON are used to group data into a ... |
|||
users/mwk/s390-relro | d520ae0 | 2016-06-08 21:07:29 | Marcin Kościelnicki |
gold/s390: Support partial got relro. |
|||
users/hjl/cache | 68e7d80 | 2016-05-04 02:40:49 | H.J. Lu |
Extract convert_load_reloc from x86 convert_load * elf32-i386.c (elf_i386_convert_load): Extract the GOT load conversion to ... (elf_i386_convert_load_re... |
|||
users/hjl/relocs | 2e75d73 | 2016-05-04 02:37:17 | H.J. Lu |
Update x86-64 tests |
|||
users/hjl/link_assignments | 16526e4 | 2016-04-28 22:38:41 | H.J. Lu |
Add _bfd_elf_record_start_stop |
|||
users/hjl/dynobj | 4cbe42e | 2016-04-22 21:25:25 | H.J. Lu |
Add a fake bfd to hold linker created dynamic sections Currently, we hold linker created dynamic sections in an input shared object, which has its own dynam... |
|||
users/ccoutant/gold-record | 9e45fe0 | 2016-03-20 09:00:54 | Cary Coutant |
Fix two build issues. |
|||
users/hjl/pr19827/binutils-2_26-branch | df7d3bc | 2016-03-16 03:53:31 | H.J. Lu |
Bind defined symbol locally in PIE Symbols defined in PIE should be bound locally, the same as -shared -Bsymbolic. Backport from master bfd/ PR ld/19827... |
|||
users/hjl/pr19818 | 2159c3f | 2016-03-14 21:38:24 | H.J. Lu |
Properly handle relocs against absolute symbols Relocations against absolute symbols in shared object should be resolved at link-time if symbols are bounded... |
|||
users/hjl/pr19553/binutils-2_26-branch | aa0e2cd | 2016-02-21 02:38:18 | H.J. Lu |
Don't add DT_NEEDED for unmatched symbol Don't add DT_NEEDED if a symbol from a library loaded via DT_NEEDED doesn't match the symbol referenced by regular ... |
|||
users/palves/gdbserver-extract-unsigned-integer | 04956cf | 2016-02-11 21:20:36 | Pedro Alves |
Fix gdbserver's regcache_raw_read_unsigned on big endian hosts The regcache_raw_read_unsigned function is memcpy'ing a 32-bit value directly into a 64-bit v... |
|||
gdb-7.10-branch | 718b36f | 2016-02-11 08:42:15 | Don Breazeal |
Fix '-data-read-memory-bytes' typo/assertion Backported to the 7.10 branch per this thread: https://www.sourceware.org/ml/gdb-patches/2016-02/msg00134.html ... |
|||
users/palves/core-prstatus-rework | 3a36c1c | 2016-01-22 09:36:13 | Alan Modra |
Remove elf_backend_write_core_note This function was added in 2007 to support powerpc gdb "gcore" writing 32-bit powerpc linux core files on a 64-bit powerp... |
|||
users/dje/google-7.10 | b9338ca | 2015-12-11 05:02:07 | Doug Evans |
fixup 102430245.patch |
|||
users/rth/x86-seg | 247584d | 2015-11-05 22:50:24 | Richard Henderson |
Segment support for x86_64, part 2 * amd64-tdep.c (amd64_address_to_pointer): New. (amd64_pointer_to_address): New. (amd64_init_abi): Register them. |
|||
users/pkoning/multi-target | 21b9235 | 2015-10-29 04:34:35 | Paul Koning |
turn remote into a to_xclose target this turns the remote into a to_xclose target it now subclasses target_ops and puts the remote state there this isn't r... |
|||
users/hjl/got | 651dc85 | 2015-10-22 08:45:47 | H.J. Lu |
Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocations This patch updates gold to treat the R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX relocations prop... |
|||
users/keiths/intelligent-breakpoint_re_set | 23916b7 | 2015-10-02 03:48:39 | Keith Seitz |
Initial publication of breakpoint reset project. This is a work-in-progress publication of an intelligent breakpoint_re_set redesign. See the project wiki p... |
|||
users/pinskia/gdb-aarch64-ilp32 | 888a447 | 2015-09-10 21:02:38 | Andrew Pinski |
2015-09-22 Andrew Pinski <apinski@cavium.com> * elfxx-aarch64.c (_bfd_aarch64_elf_grok_prstatus): Add ILP32 sized prstatus. (_bfd_aarch64_elf_grok_psin... |
|||
users/hjl/indbr | f4fbcd1 | 2015-09-02 21:16:01 | H.J. Lu |
Add R_386_LOAD_GOT32 Change relocation in "call/jmp *puts@GOT[(%reg])" and "mov *foo@GOT[(%reg)], %reg" from R_386_GOT32 to R_386_LOAD_GOT32. |
|||
users/hjl/output | 2602c7d | 2015-08-18 18:58:35 | H.J. Lu |
Remove type_unknown |
|||
users/hjl/compressed | ac33254 | 2015-07-23 00:49:30 | H.J. Lu |
Use -ggdb3 ld compress tests |
|||
users/hjl/gold-test | 2ceac9a | 2015-07-22 20:44:33 | H.J. Lu |
Add ld-elfvers/vers-gold.exp |
|||
users/ppalka/readline-7.0-update | 3790592 | 2015-07-15 11:26:54 | Patrick Palka |
Sync readline/ to version 7.0 alpha This patch syncs our upstream copy of readline from version 6.2 to the latest version, 7.0 alpha (released July 10 2015)... |
|||
gdb-7.9-branch | 6683bbe | 2015-07-06 09:00:28 | GDB Administrator |
Automatic date update in version.in |
|||
users/hjl/pr18599 | f0b7391 | 2015-06-28 13:27:43 | H.J. Lu |
Update linker tests |
|||
users/roland/osabi | 0e608b2 | 2015-05-30 01:37:11 | Roland McGrath |
Recognize GNU .note.ABI-tag values 5 (syllable) and 6 (nacl) gdb/ * defs.h (enum gdb_osabi): Add GDB_OSABI_SYLLABLE and GDB_OSABI_NACL. * osabi.c (generic... |
|||
users/ppalka/readline-6.3-update | 3038190 | 2015-05-18 22:51:39 | Patrick Palka |
Update "signal SIGINT" test |
|||
users/hjl/branch | d0c899f | 2015-05-15 22:48:19 | H.J. Lu |
-mamd64 -mintel64 |
|||
users/hjl/compress | 9acd786 | 2015-04-21 04:57:30 | H.J. Lu |
Place .shstrtab before debug sections |
|||
users/hjl/binutils-2_25-branch | aefe726 | 2015-04-01 21:39:18 | H.J. Lu |
Add a testcase for PR ld/18176 Cherry-pick from master: 875b5b9d147d37c99a189aa95354f9bebdd64ef5 PR ld/18176 * ld-x86-64/pr18176.d: New file. * ld-x86-64... |
|||
users/ccoutant/two-level-line-150331 | ac2a5ee | 2015-04-01 02:51:11 | Cary Coutant |
Improve ODR checking. 2015-02-09 Cary Coutant <ccoutant@google.com> gold/ * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Fix debug output to pr... |
|||
users/ccoutant/two-level-line-tables | 8322273 | 2015-03-26 07:27:52 | Cary Coutant |
Fix crash when section ends with a .lloc directive not followed by an insn. gas/ * dwarf2dbg.c (emit_logicals): Handle case where e->label is NULL. |
|||
users/ibm/binutils-2_24 | d15dc58 | 2015-03-10 21:17:34 | Nick Clifton |
Fix objcopy and strip so that they remove their temporary files even if an error occurs. PR binutils/17552 * (copy_archive): Clean up temporary files even... |
|||
gdb-7.8-branch | d99093f | 2015-03-03 02:57:14 | Michael Eager |
Support gdbarch_convert_register_p targets in address_from_register Since the last change to address_from_register, it no longer supports targets that requi... |
|||
users/hjl/pr17878 | 58002c6 | 2015-02-12 08:30:03 | H.J. Lu |
Support -plugin-opt=disable-output LLVM plugin uses --plugin-opt=disable-output to disable output. all_symbols_read_hook() calls exit() to disable output wh... |
|||
users/hjl/old-lto-mixed | bf94ffc | 2015-02-06 12:21:46 | H.J. Lu |
Don't check the plugin target twice |
|||
binutils-2_24-branch | cd3813a | 2015-01-22 17:19:03 | Terry Guo |
Backport from mainline bfd/ChangeLog 2015-01-22 Thomas Preud'homme <thomas.preudhomme@arm.com> Backport from mainline 2015-01-13 Thomas Preud'homme <t... |
|||
users/hjl/version | 03f06e0 | 2015-01-07 05:11:42 | H.J. Lu |
Remove BFD_VERSION_DATE |
|||
gdb-7.7-branch | 464e7ca | 2014-06-11 09:00:08 | GDB Administrator |
Automatic date update in version.in |
|||
gdb_7_6-branch | 230d39c | 2014-01-22 21:23:00 | Baruch Siach |
gdb: xtensa: fix on 64-bit hosts On 64-bit hosts unsigned long is 64 bit. Use uint32_t instead. gdb/ 2014-01-22 Baruch Siach <baruch@tkos.co.il> * xte... |
|||
users/hjl/mpx/master | 97122a4 | 2013-11-21 21:53:05 | H.J. Lu |
Add bnd-branch-1 test * ld-x86-64/mpx.exp: Run bnd-branch-1. * ld-x86-64/bnd-branch-1.d: New file. * ld-x86-64/bnd-branch-1.s: Likewise. |
|||
users/hjl/linux/track | ad40f57 | 2013-11-07 02:18:11 | H.J. Lu |
Mention hjl.tools@gmail.com in bug URL |
|||
binutils-2_23-branch | 9f514a2 | 2013-09-19 09:00:07 | Alan Modra |
daily update |
|||
cygwin-64bit-premerge-branch | 7585060 | 2013-04-23 02:11:23 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'cygwin-64bit- premerge-branch'. Sprout from master 2013-04-22 17:11:22 UTC Jan-Benedict Glaw <jbgl... |
|||
gdb_7_5-branch | 98c4978 | 2013-03-12 09:00:05 | gdbadmin |
*** empty log message *** |
|||
binutils-2_21-branch | cf899e2 | 2012-11-17 03:54:07 | Yufeng Zhang |
bfd/ChangeLog 2012-11-16 Joey Ye <joey.ye@arm.com> * elf32-arm.c (elf32_arm_final_link_relocate, case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Al... |
|||
binutils-2_22-branch | 84a86c6 | 2012-11-17 03:44:06 | Yufeng Zhang |
bfd/ChangeLog 2012-11-16 Joey Ye <joey.ye@arm.com> * elf32-arm.c (elf32_arm_final_link_relocate, case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Al... |
|||
cygwin-64bit-branch | 31a710f | 2012-10-24 22:48:15 | Corinna Vinschen |
Pull in changes from HEAD |
|||
gdb_7_4-branch | f340dcc | 2012-07-18 09:00:02 | gdbadmin |
*** empty log message *** |
|||
gdb_7_3-branch | a1bf249 | 2012-03-06 22:19:13 | Pedro Alves |
2012-03-06 Pedro Alves <palves@redhat.com> PR gdb/13766 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and the register state is clear... |
|||
binutils-2_22_branch | 0aff3d5 | 2011-11-21 21:52:28 | Tristan Gingold |
bfd/ 2011-11-21 Tristan Gingold <gingold@adacore.com> * configure.in: Bump version to 2.22 * Makefile.am (RELEASE): Set. * configure, Makefile.in: Rege... |
|||
gdb_7_2-branch | 6dc1cc7 | 2011-04-20 22:22:59 | Tom Tromey |
* gdb.texinfo (Trace File Format): Move node later. |
|||
binutils-2_20-branch | 2322f0b | 2010-12-09 08:00:09 | Alan Modra |
daily update |
|||
gdb_7_1-branch | 0a17aab | 2010-08-07 04:56:02 | Pedro Alves |
2010-08-06 Maciej W. Rozycki <macro@codesourcery.com> * thread.c (add_thread_silent): Use null_ptid instead of minus_one_ptid while getting rid of stale... |
|||
gdb_7_0-branch | 71f1e39 | 2010-02-19 09:00:33 | gdbadmin |
*** empty log message *** |
|||
gdb_6_8-branch | 1d6c3ae | 2009-09-16 09:00:34 | gdbadmin |
*** empty log message *** |
|||
arc-insight_6_8-branch | 779734b | 2009-09-11 13:45:57 | Joern Rennecke |
gdb/insight for ARCompact (from Richard Stuckey) |
|||
binutils-arc-20081103-branch | 79bec40 | 2009-09-11 00:24:41 | Joern Rennecke |
* arc-opc-cgen.c (arc_cgen_init_opcode_table): Comment out warning-generating no-op. |
|||
newlib-1_17_0-arc | 6a0edce | 2009-09-10 10:29:05 | Joern Rennecke |
Support for ARCompact architecture. |
|||
binutils-2_19-branch | 5cecc4f | 2009-09-07 09:00:12 | Alan Modra |
daily update |
|||
msnyder-checkpoint-072509-branch | 3cb01d4 | 2009-08-07 12:19:11 | Michael Snyder |
2009-08-06 Michael Snyder <msnyder@vmware.com> * record.c (bfdcore_write): New function, abstracted out from cmd_record_dump. (cmd_record_dump): Call b... |
|||
dje-cgen-play1-branch | 522fed5 | 2009-06-28 09:00:09 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'dje-cgen- play1-branch'. Sprout from master 2009-06-28 00:00:08 UTC Alan Modra <amodra@gmail.com> ... |
|||
cgen-1_1-branch | 86717d3 | 2009-06-27 02:27:08 | Doug Evans |
* Makefile.def (host_modules): Add cgen. * Makefile.in: Regenerate. * configure.ac (host_tools): Add cgen. * configure: Regenerate. |
|||
insight_6_8-branch | 68247ca | 2009-03-09 23:54:20 | Joern Rennecke |
Retrospectively check in source files modified in insight 6.8 release. |
|||
arc-20081103-branch | 98efba9 | 2009-01-04 02:43:47 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'arc-20081103-branch'. Sprout from binutils-2_19-branch 2008-09-08 08:56:58 UTC nobody 'This commit... |
|||
reverse-20081226-branch | 8d4ad90 | 2008-12-30 15:28:30 | Hui Zhu |
Add a debug message to function "record_arch_list_add". |
|||
multiprocess-20081120-branch | 8586ea6 | 2008-12-22 19:56:33 | Hui Zhu |
2008-12-22 Hui Zhu <teawater@gmail.com> * infcmd.c (focus_command): Fix memory leak. |
|||
reverse-20080930-branch | ec629fe | 2008-11-06 11:18:11 | Hui Zhu |
2008-11-06 Hui Zhu <teawater@gmail.com> * record.c (record_wait): Set pc if forward execute, gdbarch_decr_pc_after_break is not 0 and this is not single... |
|||
reverse-20080717-branch | a7425b5 | 2008-10-11 06:32:51 | Michael Snyder |
2008-10-10 Michael Snyder <msnyder@vmware.com> * gdbfreeplay-back.c (handle_special_case): Add support for running off the ends of the replay log ('E06'... |
|||
binutils-2_18-branch | bee8c06 | 2008-09-09 09:00:11 | Alan Modra |
daily update |
|||
binutils-arc-20080908-branch | 0ee8d3c | 2008-09-08 17:57:04 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'binutils- arc-20080908-branch'. Sprout from binutils-2_19-branch 2008-09-08 08:56:58 UTC nobody 'T... |
|||
msnyder-reverse-20080609-branch | cf71a65 | 2008-06-26 09:23:57 | Michael Snyder |
2008-06-25 Michael Snyder <msnyder@specifix.com> * gdbfreeplay-back.c (frame_find_request): Rewrite loop to avoid fencepost error on last frame. |
|||
drow-reverse-20070409-branch | da33b5b | 2008-06-10 09:13:15 | Michael Snyder |
Daniel Jacobowitz' update to Michael Snyder's reverse debugging patches |
|||
gdb_6_7-branch | 106ae87 | 2008-02-29 09:00:03 | gdbadmin |
*** empty log message *** |
|||
gdb_6_6-branch | af5b576 | 2007-09-11 09:00:03 | gdbadmin |
*** empty log message *** |
|||
binutils-2_17-branch | 06e6a46 | 2007-08-07 09:00:13 | Alan Modra |
daily update |
|||
newlib-csl-20060320-branch | 63cd1e1 | 2007-01-04 04:43:06 | Kazu Hirata |
libgloss/ * m68k/Makefile.in (m5273c3): Rename to ... (m5272c3): ... here to fix typo. (m5249c3): New. (CF_BOARDS): Add it. |
|||
binutils-csl-2_17-branch | b93900b | 2006-12-19 01:21:45 | Mark Shinwell |
2006-12-18 Mark Shinwell <shinwell@codesourcery.com> ld/testsuite/ * ld-arm/armthumb-lib.d: Correct address of lib_func2. * armthu... |
|||
gdb_6_5-branch | 24daedc | 2006-11-20 09:00:02 | gdbadmin |
*** empty log message *** |
|||
gdb-csl-symbian-20060226-branch | 206be64 | 2006-10-02 23:39:33 | Daniel Jacobowitz |
Backport: 2006-06-15 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.def (fixincludes): Correct extra_configure_flags typo. (expat): Don't install... |
|||
nickrob-async-20060513-branch | 97b48ed | 2006-09-26 11:33:56 | Nick Roberts |
*** empty log message *** |
|||
gdb-csl-20060226-branch | 9bab65a | 2006-08-03 02:40:18 | Richard Sandiford |
gdb/gdbserver/ * server.c (terminal_fd): New variable. (old_foreground_pgrp): Likewise. (restore_old_foreground_pgrp): New function. (start_inferior): R... |
|||
cr-0x5f1 | 6a79f78 | 2006-07-25 17:39:58 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'cr-0x5f1'. Sprout from master 2006-07-25 08:39:57 UTC Paolo Bonzini <bonzini@gnu.org> 'Sync from G... |
|||
binutils-csl-arm-2005q1-branch | da2ef93 | 2006-06-03 07:17:20 | Joseph Myers |
* gas/doc/c-arc.texi: Fix typo. |
|||
gdb_6_4-branch | 5a4e8a2 | 2006-05-16 09:00:03 | gdbadmin |
*** empty log message *** |
|||
binutils-2_16-branch | 1f16fab | 2006-05-10 09:00:12 | Alan Modra |
daily update |
|||
msnyder-reverse-20060502-branch | d50924c | 2006-05-04 07:25:40 | Michael Snyder |
2006-05-03 Michael Snyder <msnyder@redhat.com> * gdb.texinfo: Add documentation for reverse execution. |
|||
readline_5_1-import-branch | 23e2f93 | 2006-04-25 07:00:27 | Daniel Jacobowitz |
Import readline 5.1 on the branch. |
|||
FSF | b585a9f | 2006-04-21 05:05:52 | Elena Zannoni |
import of readlilne 5.1 |
|||
gdb-csl-available-20060303-branch | 3640d46 | 2006-04-03 06:53:46 | Daniel Jacobowitz |
Turn off debugging messages from the parser. |
|||
msnyder-reverse-20060331-branch | 6eee65c | 2006-04-01 06:36:27 | Michael Snyder |
2006-03-31 Michael Snyder <msnyder@redhat.com> User interface for reverse execution. * Makefile.in (reverse.c): New file. * reverse.c: New file. User ... |
|||
gdb-csl-gxxpro-6_3-branch | 9e99593 | 2006-04-01 01:52:26 | Daniel Jacobowitz |
Remove changelog entries from wrong branch. |
|||
newlib-autotools-branch | 2f9cefd | 2006-03-31 07:02:10 | Jeff Johnston |
Add missing file needed for configuring. |
|||
binutils-csl-gxxpro-3_4-branch | 4a6095a | 2006-03-17 05:07:44 | Carlos O'Donell |
Update. |
|||
gdb-csl-arm-20051020-branch | ad35633 | 2006-01-27 03:12:46 | Daniel Jacobowitz |
* gdb/regformats/regdat.sh: Include <stdlib.h>. |
|||
msnyder-fork-checkpoint-branch | 264b5f4 | 2005-12-20 10:31:10 | Michael Snyder |
2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com> * gdb.texinfo: Incorporate suggested changes from Eli Zaretskii. |
|||
gdb_6_3-branch | 33f3bed | 2005-11-03 09:00:33 | gdbadmin |
*** empty log message *** |
|||
csl-arm-20050325-branch | 4047c8a | 2005-10-15 05:04:50 | Daniel Jacobowitz |
Backport: 2005-09-09 Richard Earnshaw <richard.earnshaw@arm.com> * bfd/elf32-arm.c (elf32_arm_section_from_shdr): Accept SHT_ARM_PREEMPTMAP and SHT_ARM... |
|||
binutils-2_15-branch | 90476ce | 2005-06-09 00:34:48 | Nick Clifton |
(use_parallel): Change default value from 1 to 0. |
|||
msnyder-tracepoint-checkpoint-branch | 41d9554 | 2005-06-04 11:18:29 | Michael Snyder |
2005-06-03 Michael Snyder <msnyder@redhat.com> * tracepoint.c, remote.c, target.c, target.h, etc.: Begin moving tracepoint methods into the target vecto... |
|||
jimb-rda-nptl-branch | d4c698f | 2004-10-27 05:39:01 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'jimb-rda-nptl- branch'. Sprout from gdb_6_3-branch 2004-10-18 08:06:32 UTC nobody 'This commit was... |
|||
drow_intercu-20040221-branch | eb4a223 | 2004-09-22 05:44:23 | Daniel Jacobowitz |
Merge from mainline. |
|||
gdb_6_2-branch | 31c607a | 2004-09-08 23:51:21 | Andrew Cagney |
Let the good times roll. |
|||
gdb_6_1-branch | e7125c1 | 2004-07-10 09:00:32 | gdbadmin |
*** empty log message *** |
|||
ezannoni_pie-20040323-branch | bd8469f | 2004-03-24 13:10:01 | Elena Zannoni |
2004-03-23 Elena Zannoni <ezannoni@redhat.com> * solib-svr4.c (svr4_solib_create_inferior_hook): Disable breakpoints at startup. (elf... |
|||
ezannoni_pie-20030916-branch | 00687ff | 2004-03-24 05:41:49 | Elena Zannoni |
merge mainline changes into branch |
|||
cagney_tramp-20040309-branch | 1aef2af | 2004-03-22 12:15:23 | Andrew Cagney |
Final tramp-frame code. |
|||
binutils-2_14-branch | 6ac4cee | 2004-03-11 08:00:12 | Alan Modra |
daily update |
|||
drow-cplus-branch | 0c35dee | 2004-03-01 02:24:05 | Daniel Jacobowitz |
* Makefile.in (cp-names-main.tab.o): Rename to test-cp-names.tab.o. * config/djgpp/config.sed: Handle new *cp-names.tab.* references. |
|||
gdb_6_0-branch | 093bdc5 | 2004-02-29 09:00:32 | gdbadmin |
*** empty log message *** |
|||
cagney_bfdfile-20040213-branch | 2f344a4 | 2004-02-14 09:00:34 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'cagney_bfdfile-20040213-branch'. Sprout from cagney_bigcore-20040122-branch 2004-01-22 00:00:03 UT... |
|||
carlton_dictionary-branch | feff3e4 | 2004-01-27 04:11:55 | David Carlton |
2004-01-26 David Carlton <carlton@kealia.com> * Merge with mainline; tag is carlton_dictionary-20040126-merge. |
|||
cagney_bigcore-20040122-branch | f060829 | 2004-01-23 02:03:45 | Andrew Cagney |
Index: bfd/ChangeLog 2004-01-21 Andrew Cagney <cagney@redhat.com> * bfdio.c: Update copyright. Include "bfdio.h". (real_ftell, real_fseek): New functio... |
|||
kettenis_sparc-20030918-branch | 3fef011 | 2004-01-02 06:21:52 | Mark Kettenis |
* sparcnbsd-tdep.c: Update copyright year. |
|||
cagney_x86i386-20030821-branch | 49b75da | 2003-08-27 01:07:22 | Andrew Cagney |
2003-08-21 Andrew Cagney <cagney@redhat.com> * x86-64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested... |
|||
gdb_5_3-branch | 613e04c | 2003-06-23 09:00:32 | gdbadmin |
*** empty log message *** |
|||
jimb-ppc64-linux-20030613-branch | a2cee33 | 2003-06-19 07:48:40 | Jim Blandy |
* ppc-linux-tdep.c (ppc64_linux_bfd_entry_point): New function. (ppc_linux_init_abi): Register it as our bfd_entry_point method. |
|||
jimb-ppc64-linux-20030528-branch | dc4c0b7 | 2003-06-14 04:58:44 | Jim Blandy |
Revert change for revision. |
|||
cagney_convert-20030606-branch | cbbfbeb | 2003-06-10 02:41:21 | Mark Kettenis |
TOVAL. |
|||
cagney_writestrings-20030508-branch | a9596cd | 2003-06-04 05:54:43 | Andrew Cagney |
Snap const char * mess. |
|||
kettenis_i386newframe-20030419-branch | 0532f7a | 2003-05-31 09:31:10 | Richard Henderson |
* alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues. (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder. ... |
|||
cagney_fileio-20030521-branch | 0991005 | 2003-05-22 07:02:12 | Andrew Cagney |
2003-05-21 Andrew Cagney <cagney@redhat.com> * fileio.c: Include "gdb_wait.h". 2003-03-10 Corinna Vinschen <vinschen@redhat.com> * fileio.c: ... |
|||
jimb-ppc64-linux-20030509-branch | 50d7492 | 2003-05-13 09:08:58 | Jim Blandy |
Patch from Will Schmidt <willschm@us.ibm.com>: These changes enable support of PPC64 architecture. * config/powerpc/ppc64linux.mh: New file. * config/powerp... |
|||
binutils-2_13-branch | 009f298 | 2003-05-01 09:00:13 | Alan Modra |
daily update |
|||
add-fakeroots-dir | bd4603d | 2003-04-19 23:43:54 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'add-fakeroots- dir'. Sprout from kettenis_i386newframe-20030419-branch 2003-04-19 14:43:51 UTC nob... |
|||
cagney_frameaddr-20030403-branch | 28aa72d | 2003-04-11 06:33:55 | Andrew Cagney |
Merge with mainline. |
|||
kettenis_i386newframe-20030406-branch | bad7dee | 2003-04-06 23:50:16 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'kettenis_i386newframe-20030406-branch'. Sprout from cagney_frameaddr-20030403-branch 2003-04-03 16... |
|||
cagney_framebase-20030326-branch | 05f7ef1 | 2003-03-31 01:35:25 | Andrew Cagney |
Merge with mainline. |
|||
cagney_lazyid-20030317-branch | 9712a26 | 2003-03-18 01:17:56 | Andrew Cagney |
2003-03-17 Andrew Cagney <cagney@redhat.com> * frame.c (get_frame_id): If the frame's ID isn't valid, get it. (get_prev_frame): Validate THIS frame's ID... |
|||
kettenis-i386newframe-20030308-branch | f12d87f | 2003-03-17 04:56:22 | Mark Kettenis |
* i386-tdep.c (struct i386_frame_cache): Remove frameless. (i386_frame_cache): Don't set CACHE->frameless. (i386_frame_id_unwind): Simplify: Just unwind the ... |
|||
offbyone-20030313-branch | 5422b5d | 2003-03-14 06:43:34 | Andrew Cagney |
2003-03-13 Andrew Cagney <cagney@redhat.com> * frame.c (legacy_saved_regs_this_id): Handle a sentinel frame. (get_prev_frame): Simplify. Frame ID logic... |
|||
cagney_offbyone-20030303-branch | 876d71d | 2003-03-12 08:00:26 | Andrew Cagney |
2003-03-11 Andrew Cagney <cagney@redhat.com> * frame-unwind.h (frame_this_id_ftype): Rename frame_unwind_id_ftype. (frame_prev_register_ftype): Rename ... |
|||
gdb_5_2-branch | a11edd6 | 2003-02-27 12:00:31 | gdbadmin |
*** empty log message *** |
|||
interps-20030202-branch | b6a94b7 | 2003-02-06 14:11:32 | Andrew Cagney |
Stray droppings. |
|||
cagney-unwind-20030108-branch | 45c4ce1 | 2003-01-24 05:29:39 | Andrew Cagney |
merge with mainline |
|||
jimb-separate-debug-021223-branch | 8b33bfe | 2002-12-23 18:22:59 | Jim Blandy |
Add support for executables whose debug info has been separated out into a separate file, leaving only a link behind. * objfiles.h (struct objfile): New fiel... |
|||
jimb-separate-debug-021125-branch | b86c50d | 2002-12-23 16:23:57 | Jim Blandy |
Merge changes from trunk. |
|||
kseitz_interps-20020528-branch | efddd4d | 2002-11-06 08:04:17 | Elena Zannoni |
2002-11-05 Elena Zannoni <ezannoni@redhat.com> * mi-cmd-stack.c (mi_cmd_stack_select_frame): Remove stray statement. Remove include of gdb... |
|||
jimb-dwarf-compression-021023-branch | efe3f04 | 2002-10-26 14:42:22 | Jim Blandy |
WIP. If you can figure it out, more power to you. |
|||
tcltk840-20020924-branch | 77949d6 | 2002-09-25 08:01:31 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'tcltk840-20020924-branch'. Sprout from carlton_dictionary-branch 2002-09-20 15:44:24 UTC nobody 'T... |
|||
cagney_sysregs-20020825-branch | 015be86 | 2002-09-20 01:55:51 | Andrew Cagney |
2002-09-19 Andrew Cagney <cagney@redhat.com> * i386-tdep.c (i386_sse_reggroup, i386_mmx_reggroup): Replace i368_sse_reggroup and i368_mmx_reggroup. (i3... |
|||
sid-20020905-branch | c1aa2a2 | 2002-09-07 09:00:05 | nobody <> |
This commit was manufactured by cvs2svn to create branch 'sid-20020905-branch'. Sprout from gdb_5_3-branch 2002-09-03 22:29:15 UTC nobody 'This commit was m... |
|||
readline_4_3-import-branch | 82665a3 | 2002-08-28 01:23:29 | Elena Zannoni |
2002-08-27 Elena Zannoni <ezannoni@redhat.com> Fix PR gdb/675 * tuiWin.c: Include readline/readline.h. Use accessor function rl_get_s... |
|||
binutils-2_12-branch | 630dfe9 | 2002-07-20 13:24:21 | Jason Thorpe |
* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert DT_PLTGOT into the dynamic section if there is a PLT. |
|||
cagney_regbuf-20020515-branch | 48b455c | 2002-07-04 04:03:59 | Andrew Cagney |
merge with tot. |
|||
jimb-macro-020506-branch | e38354f | 2002-05-11 01:43:34 | Jim Blandy |
Expand preprocessor macros in C expressions. * c-lang.h: #include "macroexp.h", for macro_lookup_ftype. (scan_macro_expansion, scanning_macro_expansion, fini... |
|||
gdb_5_1-2001-07-29-branch | 8669664 | 2002-02-02 13:43:20 | David O'Brien |
2002-02-01 David O'Brien <obrien@FreeBSD> * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat version 4.5 and later the same as 5-CURRENT... |
|||
binutils-2_11-branch | 4e8190b | 2002-02-01 03:55:16 | David O'Brien |
2002-01-31 David O'Brien <obrien@FreeBSD> * configure.in: Recognize the differences in core files from FreeBSD 4.{0,1} and later versions of 4.x. This t... |
|||
gdb_5_1_0_1-2002-01-03-branch | d7f9889 | 2002-01-15 13:03:43 | gdbadmin |
Bump to 5.1.0.1 |
|||
cygnus | 2404ea5 | 2001-11-29 12:23:40 | Ben Elliston |
Import GNU gettext 0.10.35 |
|||
gdb_s390-2001-09-26-branch | 9b5b6e2 | 2001-10-14 06:02:07 | Andrew Cagney |
* s390-tdep.c, s390-nat.c: Update copyright. * config/s390/tm-s390.h, config/s390/xm-linux.h: Ditto. * config/s390/tm-linux.h, config/s390/nm-linux.h: Ditto. |
|||
dberlin-typesystem-branch | 1956a8b | 2001-07-07 04:17:05 | Daniel Berlin |
Typesystem work initial import. Note that this currently isn't building, i'm in the middle of converting make_function_type/lookup_function_type |
|||
jimb_gnu_v3_branch | 8032e9f | 2001-03-24 12:27:11 | Jim Blandy |
A single-file branch to help me keep things straight while adapting GDB to the GNU V3 C++ ABI. * c-typeprint.c: Commit Dan Berlin's changes. |
|||
binutils-2_10-branch | 2fc047a | 2000-11-09 07:57:05 | Nick Clifton |
Use ${CONSTRUCTING...} to enclose constructors and destructors. |
|||
gdb_5_0-2000-04-10-branch | 88cfc08 | 2000-07-05 17:15:10 | Andrew Cagney |
From trunk, pass $(infodir) down to doc. |
|||
gdb-premipsmulti-2000-06-06-branch | 857a668 | 2000-06-12 12:33:56 | Andrew Cagney |
Print all known but not yet multi-arched values. |
|||
gdb-4_18-branch | a0749de | 1999-05-27 09:11:14 | Jason Molenda |
1999-04-26 Jim Blandy <jimb@zwingli.cygnus.com> Fix from Dave Holcomb. * hpux-thread.c (init_hpux_thread_ops): Use the right function ... |