| Name: | gdb-headless | 
  
  | Version: | 8.2 | 
  | Release: | 11.0.1.el8 | 
  | Architecture: | x86_64 | 
  
  | Group: | Development/Debuggers | 
  
  | Size: | 11995088 | 
  | License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL | 
  
    | RPM: | 
    
      
      gdb-headless-8.2-11.0.1.el8.x86_64.rpm
      
     | 
  
  
    | Source RPM: | 
    
      
      gdb-8.2-11.0.1.el8.src.rpm
      
     | 
  
  | Build Date: | Wed Apr 29 2020 | 
  | Build Host: | jenkins-10-147-72-125-65401f72-f687-4923-a026-2f2c8925146f.appad1iad.osdevelopmeniad.oraclevcn.com | 
  | Vendor: | Oracle America | 
  | URL: | http://gnu.org/software/gdb/ | 
  | Summary: | A GNU source-level debugger for C, C++, Fortran, Go and other languages | 
  | Description: | GDB, the GNU debugger, allows you to debug programs written in C, C++,
Java, and other languages, by executing them in a controlled fashion
and printing their data.  | 
  
  - 
    Tue Apr 28 2020 Weimin Pan  <weimin.pan@oracle.com> - 8.2-11.0.1
    
- Import Implement s390x arch13 support (Andreas Krebbel, RH BZ 1768593).
   
  
  - 
    Tue Mar 17 2020 Weimin Pan  <weimin.pan@oracle.com> - 8.2-8.0.2
    
- Forward-port patches from ol8-u1:
  gdb-ctf-forward-type.patch
  gdb-ctf-func-args.patch
  gdb-ctf-optout-var.patch
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Fri Jan 24 2020 Weimin Pan  <weimin.pan@oracle.com> - 8.2-8.0.1
    
- Forward-port patches from ol8-u1:
  gdb-ctf.patch
  gdb-ctf-upstream1.patch
  gdb-ctf-prfunc.patch
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Tue Oct 22 2019 Keith Seitz <keiths@redhat.com> - 8.2-8.el8
    
- Fix buffer overflow reading sections with invalid sizes
  (Keith Seitz, RH BZ 1742099)
   
  
  - 
    Thu Oct 17 2019 Keith Seitz <keiths@redhat.com> - 8.2-7.el8
    
- Fix segfault that happens on parse_macro_definition because
  debugedit corrupts the .debug_macro section (Sergio Durigan Junior,
  RH BZ 1708192).
   
  
  - 
    Wed Apr 03 2019 Keith Seitz <keiths@redhat.com> 8.2-6.el8
    
- Fix yum vs dnf messaging for RHEL8 (RH BZ 1666249):
  Add gdb-rhbz1666249-suggest-yum-instead-of-dnf.pattch
  Do not define DNF_DEBUGINFO_INSTALL for RHEL.
- Backport "Remove support for old mangling schemes"
  (Simon Marchi, RH BZ 1668635)
- Backport "Add checks for the NT_ARM_SVE section in a core file."
  (Alan Hayward, RH BZ 1669953)
- Backport more Power8 support (IBM, RH BZ 1187581)
   
  
  - 
    Fri Jan 11 2019 Keith Seitz <keiths@redhat.com> - 8.2-5.el8
    
- Merge from Fedora 29:
  gdb-rhbz1560010-fix-assertion-symbol-language-dict-language-?of5.patch
  (Keith Seitz, RHBZ 1664456).
   
  
  - 
    Fri Dec 14 2018 Keith Seitz <keiths@redhat.com> - 8.2-4.el8
    
- Update gdb.spec for RHEL supported architectures and multilibs.
- Merge from Fedora 29:
   gdb-rhbz1639242-fix-dwarf2_find_containing_comp_unit-binary-search.patch
   [RHEL RHBZ#1660220]
   gdb-rhbz1653410-avoid-crash-when-calling-warning-too-early.patch
   [RHEL RHBZ#1660221]
   
  
  - 
    Thu Oct 04 2018 Jan Kratochvil <jan.kratochvil@redhat.com> - 8.2-3.fc29
    
- Fix annobin complaints (RH BZ 1630564):
  --without-stage1-ldflags: Disable static libstdc++ and libgcc linking.
  --disable-libmcheck: That is a distro-level decision, not package decision.
   
  
  - 
    Thu Sep 06 2018 Sergio Durigan Junior <sergiodj@redhat.com> - 8.2-2.fc29
    
- Backport "Use pulongest in aarch64-linux-tdep.c" (Tom Tromey),
  needed to unbreak the compilation on 32-bit architectures.