public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/26974] New: Wrong Value.format_string docu for static members argument
@ 2020-11-29 18:06 ssbssa at sourceware dot org
  2020-11-29 18:09 ` [Bug python/26974] " cvs-commit at gcc dot gnu.org
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: ssbssa at sourceware dot org @ 2020-11-29 18:06 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

            Bug ID: 26974
           Summary: Wrong Value.format_string docu for static members
                    argument
           Product: gdb
           Version: 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: ssbssa at sourceware dot org
  Target Milestone: ---

The documentation for Value.format_string() states that the keyword for static
members is called static_fields, but it is actually static_members.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
@ 2020-11-29 18:09 ` cvs-commit at gcc dot gnu.org
  2020-11-29 18:13 ` cvs-commit at gcc dot gnu.org
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-11-29 18:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Hannes Domani <ssbssa@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f1212394fa283e2748a83be8bca240710e696ca

commit 9f1212394fa283e2748a83be8bca240710e696ca
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Tue Nov 24 19:43:19 2020 +0100

    Fix Value.format_string docu for static members argument

    The argument is called static_members, not static_fields.

    gdb/doc/ChangeLog:

    2020-11-29  Hannes Domani  <ssbssa@yahoo.de>

            PR python/26974
            * python.texi: Fix docu for static members argument.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
  2020-11-29 18:09 ` [Bug python/26974] " cvs-commit at gcc dot gnu.org
@ 2020-11-29 18:13 ` cvs-commit at gcc dot gnu.org
  2020-11-29 18:14 ` ssbssa at sourceware dot org
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-11-29 18:13 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The gdb-10-branch branch has been updated by Hannes Domani
<ssbssa@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=815c8f80e2a1ff25deb5f48770e4794d9799fb94

commit 815c8f80e2a1ff25deb5f48770e4794d9799fb94
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Tue Nov 24 19:43:19 2020 +0100

    Fix Value.format_string docu for static members argument

    The argument is called static_members, not static_fields.

    gdb/doc/ChangeLog:

    2020-11-29  Hannes Domani  <ssbssa@yahoo.de>

            PR python/26974
            * python.texi: Fix docu for static members argument.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
  2020-11-29 18:09 ` [Bug python/26974] " cvs-commit at gcc dot gnu.org
  2020-11-29 18:13 ` cvs-commit at gcc dot gnu.org
@ 2020-11-29 18:14 ` ssbssa at sourceware dot org
  2021-06-27 17:50 ` ahmedsayeed1982 at yahoo dot com
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ssbssa at sourceware dot org @ 2020-11-29 18:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.2
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Hannes Domani <ssbssa at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (2 preceding siblings ...)
  2020-11-29 18:14 ` ssbssa at sourceware dot org
@ 2021-06-27 17:50 ` ahmedsayeed1982 at yahoo dot com
  2021-07-15  3:08 ` sherrixotyv29 at gmail dot com
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahmedsayeed1982 at yahoo dot com @ 2021-06-27 17:50 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Ahmed Sayeed <ahmedsayeed1982 at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmedsayeed1982 at yahoo dot com

--- Comment #4 from Ahmed Sayeed <ahmedsayeed1982 at yahoo dot com> ---
 Fix Value.format_string docu for static members argument

    The argument is called static_members, not static_fields.

    gdb/doc/ChangeLog: 

http://reputation-management.site/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (3 preceding siblings ...)
  2021-06-27 17:50 ` ahmedsayeed1982 at yahoo dot com
@ 2021-07-15  3:08 ` sherrixotyv29 at gmail dot com
  2021-08-02  5:50 ` sherrixotyv29 at gmail dot com
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: sherrixotyv29 at gmail dot com @ 2021-07-15  3:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Sherry <sherrixotyv29 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sherrixotyv29 at gmail dot com

--- Comment #5 from Sherry <sherrixotyv29 at gmail dot com> ---
This bug affects the "native ARC gdb" badly and causes kernel code to jump
to addresses after the breakpoint and not executing the "breakpoint"ed
instructions at all. ( https://www.bathroomremodeltacoma.com/ )That "native ARC
gdb" feature is not upstream yet and
is in review at the time of writing [1].

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (4 preceding siblings ...)
  2021-07-15  3:08 ` sherrixotyv29 at gmail dot com
@ 2021-08-02  5:50 ` sherrixotyv29 at gmail dot com
  2021-09-02 11:05 ` donipah907 at mtlcz dot com
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: sherrixotyv29 at gmail dot com @ 2021-08-02  5:50 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

--- Comment #6 from Sherry <sherrixotyv29 at gmail dot com> ---
 Fix Value.format_string docu for static members argument

    The argument is called static_members, not static_fields.

    gdb/doc/ChangeLog:

    2020-11-29  Hannes Domani  ( https://www.tileinstallationtampafl.com/ )

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (5 preceding siblings ...)
  2021-08-02  5:50 ` sherrixotyv29 at gmail dot com
@ 2021-09-02 11:05 ` donipah907 at mtlcz dot com
  2021-09-02 11:15 ` mark at klomp dot org
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: donipah907 at mtlcz dot com @ 2021-09-02 11:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

james rohan <donipah907 at mtlcz dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |donipah907 at mtlcz dot com

--- Comment #7 from james rohan <donipah907 at mtlcz dot com> ---
http://bulletsbaseball.com/
http://healthandfitnessblog.org/
http://ififaworldcup.com/
http://b4blogs.com/
http://targetedtrafficcrew.com/
http://advertising-markets.com/
http://americandogtreats.com/
http://thefoodbuster.com/
http://freshtop10.com/
http://techreformation.com/
http://marketingtailor.com/
http://crystalspins.com/
http://drivingbus.com/
http://twistedpaths.org/
http://autosalbum.com/
http://litespot.net/
http://thebloghopspot.com/
http://orphicmarketing.com/
http://compactinterview.com/
http://techgola.com/
http://tackleacne.com/
http://vibrancemagazine.com/
http://kickintheblog.com/
http://incrediblebirds.com/
http://blog-republic.com/
http://achievelinks.com/
https://verygooddesigns.com/
http://baldmanblogging.com/
http://blogtrader.org/
http://beautyandtheboysblog.com/
http://megafishes.org/
http://creativepartyblog.com/
http://bloglifetime.com/
http://milescollection.com/
http://websitetoad.com/
http://blogtariff.com/
http://ezeesocial.com/
http://protechgeek.com/
http://teethmagic.com/
http://techstake.org/
http://signaturestyleblog.com/
http://weightlosspoints.com/
http://orlando-blogger.com/
http://topinteresting.com/
http://koolwebsolution.com/
http://webpressive.com/
http://bossbloggers.com/
http://torontoboost.com/
http://tigerfreedom.com/
http://orbostwebservices.com/
http://alphasofttech.com/
http://kickandgoal.com/
http://thefashionjungle.com/
http://bloggersworld.org/
http://poempro.com/
http://androidcut.com/
http://exampleofablog.com/
http://austinseoacademy.com/
http://business-technology.net/
http://oceancentre.org/
http://absolutelycooking.com/
https://frizzworld.com/
http://exploreblogs.com/
http://joomlaco.com/
http://appzzone.com/
http://cashcab.org/
http://srinfotech.org/
http://doctornutritionist.com/
http://ultrasound-scanner.com/
http://trafficregenerator.com/
http://solitairelodge.com/
http://poplease.com/
http://authorswebdesign.com/
http://primeroofingsolutions.com/
http://dottblog.com/
http://seekwebsite.com/
http://travelerspage.com/
http://squadfish.com/
http://twoblindmarketers.com/
http://billboardhosting.com/
http://boutiquebeauties.com/
http://interpathtech.com/
http://bsenior.org/
http://positivespinblog.com/
http://bangarts.com/
http://themeslib.com/
http://scriptmanual.com/
http://bestseooptimization.com/
http://wizseoservices.com/
http://assassinmarketing.com/
http://weightoloss.com/
http://dartblogs.com/
http://hairlossremedy.org/
http://softwaretestingpoint.com/
http://beautifulmomentsblog.com/
http://weblandsolutions.com/
http://uniquekidsworld.com/
http://bloggingbusinesstips.com/
http://linkdataservices.com/
http://nandangreens.com/
http://techstake.org/
http://bloglifetime.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (6 preceding siblings ...)
  2021-09-02 11:05 ` donipah907 at mtlcz dot com
@ 2021-09-02 11:15 ` mark at klomp dot org
  2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: mark at klomp dot org @ 2021-09-02 11:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (7 preceding siblings ...)
  2021-09-02 11:15 ` mark at klomp dot org
@ 2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
  2021-09-06  9:08 ` focixujo at livinginsurance dot co.uk
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: kimolsun2020 at yahoo dot com @ 2021-09-05  7:34 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Kim Olsun <kimolsun2020 at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kimolsun2020 at yahoo dot com

--- Comment #8 from Kim Olsun <kimolsun2020 at yahoo dot com> ---
https://boutique.chateausaintlouis.fr/fr/
https://www.guidebogota.com/
https://google-adsense.info/
https://www.websiteworth.biz/
https://www.jobsfinder.biz/
https://www.tastytables.net/
http://wikichers.com/
https://www.checkergooglerank.com/
https://www.maxicar31.com/
http://www.commission-de-surendettement.fr/
https://audi-toulouse.fr/
https://taipan.fr/
http://taillehaie.fr/
https://lose-weight-fast.org/
https://dreamweaver.fr/
https://dictons.fr/
https://besthotels.hamburg/
https://fuuei-fukuoka.com/
http://fichiers.biz/
https://reseauxsociaux.info/
https://siteinternet.org/
https://ski-alpin.fr/
http://url-shortener.org/
https://neomail.fr/
https://labastide-saint-pierre.com/
https://word-press.info/
https://200iso.fr/
http://metro-montreal.com/
https://www.subsaharandrilling.com/
https://chanterelle.net/
https://netsolution.fr/
https://www.checkergooglerank.com/
https://bibliothequeparis.fr/
https://abripiscines.fr/
https://blague-courte.com/
https://defisconseil.fr/
https://www.justin-timberlake.net/
https://seo-consult.fr/
https://blur.fr/
http://www.websiteseo.biz/
https://creation-logo.org/
http://web-directory.net/
https://heavy.news
https://astrologia.nl/
https://fraisiachris.fr/
https://www.vincentlevi.com/
https://gazette.com.ua/
https://dailyday.com.ua/
https://incinerateurdejardin.com/
http://www.canalisationengorgee.fr/
http://screen-of-green.net/
http://sea-of-green.net/
https://www.hortomallas.ru/
http://ground-cover.net/
https://www.hortomallas.com/economico-y-sintetico-el-muro-verde-artificial/
https://www.hortomallas.com/en/crop-cages/
https://www.hortomallas.com/en/prevent-pest-birds-by-using-pigeon-netting-in-your-garden/
https://www.hortomallas.com/en/scrog-netting-method/
https://www.hortomallas.com/en/trellising-plants-the-importance-and-advantages/
https://www.hortomallas.com/malla-sombra-enrollable-para-uso-domestico/
https://seekhype.ng/
https://price.oni.ng/
http://vloerverwarming.xyz/
http://koffieautomaat.xyz/
http://motherlode.store/
http://yamaro-everyfish.store/
http://ipatovo.store/
http://tinguely.site/
http://wasillahomes.website/
http://www-look-4.com/
https://www.xn----8sbfksjmiiribtf3k.com/
https://www.xn----7sbbhhsgffl5a4bb0a1l.com/
https://www.xn----8sbad2a4beq0c.com/
https://www.mentionspanel.com/
https://www.taxilady.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (8 preceding siblings ...)
  2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
@ 2021-09-06  9:08 ` focixujo at livinginsurance dot co.uk
  2021-09-06  9:12 ` focixujo at livinginsurance dot co.uk
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: focixujo at livinginsurance dot co.uk @ 2021-09-06  9:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

james robin <focixujo at livinginsurance dot co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focixujo at livinginsurance dot co
                   |                            |.uk

--- Comment #9 from james robin <focixujo at livinginsurance dot co.uk> ---
https://www.montgomeryasphalt.com/
https://www.orangeasphaltrepair.com/
https://www.stpaulasphalt.com/
https://www.miamiflcarpentry.com/
https://www.carpentryatl.com/
https://www.sanbernardinocarpetcleaning.com/
https://www.carpetcleaningfontanaca.com/
https://www.cincinnaticarpetcleaner.net/
https://www.stocktoncarpetcleaning.net/
https://www.carpetsbakersfield.com/
https://www.carpetswestminster.com/
https://www.grandrapidscarpets.com/
https://www.alexandriavacarpet.com/
https://www.colacarpetcleaning.com/
https://www.carpetcleaningvabeach.com/
https://www.newportnewscarpetcleaning.com/
https://www.chimneycleanrepair.com/
https://www.fremontconcrete.net/
https://www.visaliaconcrete.net/
https://www.murrietacaconcrete.com/
https://www.jolietconcrete.net/
https://www.friscoconcrete.net/
https://www.wichitadatacabling.com/
https://www.atldatacabling.com/
https://www.datacablingmiami.com/
https://www.columbiascdeckbuilder.com/
https://www.tallahasseedeckbuilder.com/
https://www.clarksvilledeckbuilder.net/
https://www.alexandriadeckbuilder.com/
https://www.norfolkdeckbuilder.com/
https://www.athensdeckbuilder.com/
https://www.napervilledeckbuilder.com/
https://www.slcdeckbuilder.com/
https://www.centennialdeckbuilder.com/
https://www.kansascitydeck.builder/
https://www.springfielddeckbuilder.com/
https://augustadeckbuilder.com/
https://www.brownsvilledeckbuilder.com/
https://www.dentondeckbuilder.com/
https://www.worcesterdeckbuilder.com/
https://www.mckinneydeck.builder/
https://www.lowelldeckbuilder.com/
https://www.vancouverdeckbuilder.net/
https://www.cambridgedeckbuilder.com/
https://www.columbiamodeckbuilder.com/
https://www.pearlanddeckbuilder.com/
https://www.lakelanddeckbuilder.com/
https://www.westjordandeck.builder/
https://www.bellevuedeckbuilder.com/
https://www.pembrokepinesdeck.builder/
https://www.scottsdaledisabilitylawyer.com/
https://www.divorcescottsdaleaz.com/
https://www.epoxyflooringspokane.com/
https://www.norfolkepoxyflooring.com/
https://www.morenovalleyepoxy.com/
https://www.palmdalecapainters.com/
https://www.paintersgrandprairie.com/
https://www.modestofencebuilder.com/
https://www.glendalefencebuilder.com/
https://www.gilbertfencebuilder.com/
https://www.fontanafencebuilder.com/
https://www.irvingfencebuilder.com/
https://www.morenovalleyfence.net/
https://www.boisefencebuilder.com/
https://www.mesafence.net/
https://www.glendalefence.net/
https://www.honolulufence.net/
https://www.columbiamocontractor.net/
https://www.newhavencontractor.net/
https://www.miamiflcontractor.com/
https://www.ranchocucamongacontractor.net/
https://www.richmondgutter.net/
https://www.desmoinesgutter.com/
https://www.garlandtxpainters.com/
https://www.norfolkinteriorpainters.com/
https://www.atllocksmithga.com/
https://www.locksmithsscottsdale.com/
https://www.tampamasonry.net/
https://www.ontariomasonry.net/
https://www.stamfordmasonry.net/
https://www.gardengrovemasonry.net/
https://www.sterlingheightsmasonry.net/
https://www.newhavenmasonry.net/
https://www.scottsdaleprivateeye.com/
https://www.miamiflprivateinvestigator.com/
https://www.privateeyecincinnati.com/
https://www.kentremodeling.net/
https://www.kckremodeling.com/
https://www.allenremodeling.net/
https://www.orlandoremodeling.net/
https://www.sealcoatingkansascity.com/
https://www.sealcoatcoloradosprings.com/
https://www.elginilsealcoating.com/
https://www.providencesealcoating.com/
https://www.stpaulsealcoating.com/
https://www.tampaflsealcoating.com/
https://www.atlsealcoating.com/
https://www.sanbernardinosealcoating.com/
https://www.elginsepticservices.com/
https://www.aurorasepticservices.com/
https://www.fontanasepticservices.com/
https://www.sanbernardinosepticservices.com/
https://www.minneapolisstuccorepair.com/
https://www.stuccorepairorlandofl.com/
https://www.stuccorepaircapecoral.com/
https://www.orlandofltowing.com/
https://www.ftlauderdaletreeremoval.net/
https://www.treeservicefremont.net/
https://www.treeserviceanaheim.net/
https://www.treeservicestockton.net/
https://www.cincinnatitreecare.net/
https://www.tempetreeservice.net/
https://www.treeserviceaurora.net/
https://www.treeservicebrownsville.com/
https://www.lakewoodtreeservice.net/
https://www.newhaventreeservice.net/
https://www.montgomerytreeservice.net/
https://www.lansingtreecare.net/
https://www.tuscaloosatreeservice.net/
https://www.shreveportreeservice.com/
https://www.batonrougetreeservice.net/
https://www.davenporttreeservice.net/
https://www.greeleytreeservice.net/
https://www.stocktonweddingplanner.com/
https://www.pasadenatxsealcoating.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (9 preceding siblings ...)
  2021-09-06  9:08 ` focixujo at livinginsurance dot co.uk
@ 2021-09-06  9:12 ` focixujo at livinginsurance dot co.uk
  2021-09-10 19:37 ` mehmetgelisin at aol dot com
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: focixujo at livinginsurance dot co.uk @ 2021-09-06  9:12 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

--- Comment #10 from james robin <focixujo at livinginsurance dot co.uk> ---
http://www.sprite-ideas.com/
http://www.componentanalysis.org/
https://www.lvivconductorsworkshop.com/
http://www.environmentaleducationnews.com/
http://toscanoandsonsblog.com/
http://www.mic-sound.net/
http://www.craftpatternwarehouse.com/
http://www.bigeasydesarucoast.com/
http://matslideborg.com/
http://www.famoushostels.org/
http://www.izidil.com/
http://padreislandtv.com/
http://www.dontfuckwiththeearth.com/
http://openbsdvps.net/
http://www.griintravel.com/
http://www.artofcharlesgriffith.com/
https://www.hr-itconsulting.tech/
http://www.lanavebruja.com/
http://www.nzhorses.co.nz/
http://www.heurisko.co.nz/
http://www.totalregistrations.co/
https://www.waterspumpingservices.co.nz
http://fb.tiranna.org/
http://fb.tiranna.org/essences.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (10 preceding siblings ...)
  2021-09-06  9:12 ` focixujo at livinginsurance dot co.uk
@ 2021-09-10 19:37 ` mehmetgelisin at aol dot com
  2021-10-04  7:57 ` olivernicholle9052 at gmail dot com
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: mehmetgelisin at aol dot com @ 2021-09-10 19:37 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Mehmet gelisin <mehmetgelisin at aol dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mehmetgelisin at aol dot com

--- Comment #11 from Mehmet gelisin <mehmetgelisin at aol dot com> ---
$ ./gdb -nx -q --data-directory=data-directory ~/a.out -ex "set confirm off"
-ex "file -readnow ~/a.out" http://www-look-4.com/
        Reading symbols from /home/simark/a.out...
        Reading symbols from ~/a.out...
        /home/simark/src/binutils-gdb/gdb/dwarf2/read.c:8098:
http://www.compilatori.com/ internal-error: void
create_all_comp_units(dwarf2_per_objfile*): Assertion
`per_objfile->per_bfd->all_comp_units.empty ()' failed.
    http://www.wearelondonmade.com/ 
    This is a recurring problem that exposes a design issue in the DWARF
    per-BFD sharing feature.  Things work well when loading a binary with
http://www.jopspeech.com/ 
    the same method (with/without index, with/without readnow) twice in a
    row.  But they don't work so well when loading http://joerg.li/  a binary
with different
    methods.  See this previous fix, for example:
    http://connstr.net/ 
        efb763a5ea35 ("gdb: check for partial symtab presence in
dwarf2_initialize_objfile")
    http://embermanchester.uk/ 
    That one handled the case where the first load is normal (uses partial
    symbols) and the second load uses an index.
     http://www.slipstone.co.uk/ 
    The problem is that when loading an objfile with a method A, we create a
    dwarf2_per_bfd and some dwarf2_per_cu_data and initialize them with the
    data belonging to that method.  When loading another obfile sharing the
    same BFD but with a different method B, http://www.logoarts.co.uk/  it's
not clear how to re-use the
    dwarf2_per_bfd/dwarf2_per_cu_data previously created, because they
    contain the data specific to method A.

    I think the most http://www.acpirateradio.co.uk/  sensible fix would be to
not share a dwarf2_per_bfd
    between two objfiles loaded with different methods.  That means that two
    objfiles sharing the same BFD and loaded the same way would share a
    dwarf2_per_bfd.  Two objfiles sharing the same BFD but loaded with
https://waytowhatsnext.com/ 
    different methods would use two different dwarf2_per_bfd structures.

    However, this isn't a trivial change.  So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
    dwarf2_per_bfd sharing for objfiles using READNOW.
https://www.webb-dev.co.uk/ 

    Generalize the gdb.base/index-cache-load-twice.exp test to test all
    the possible combinations of loading a file with partial symtabs, index
    and readnow.  Move it to gdb.dwarf2, since it really exercises features
    of the DWARF reader. http://www.iu-bloomington.com/ 

Value.format_string() states that the keyword for static members is called
static_fields, but it is actually static

    gdb/ChangeLog: https://komiya-dental.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (11 preceding siblings ...)
  2021-09-10 19:37 ` mehmetgelisin at aol dot com
@ 2021-10-04  7:57 ` olivernicholle9052 at gmail dot com
  2021-10-08 14:56 ` handymanah3 at gmail dot com
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: olivernicholle9052 at gmail dot com @ 2021-10-04  7:57 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Steve Anderson <olivernicholle9052 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivernicholle9052 at gmail dot co
                   |                            |m

--- Comment #12 from Steve Anderson <olivernicholle9052 at gmail dot com> ---
 Fix Value.format_string docu for static members argument
https://www.las-vegas-artificial-grass.com/

    The argument is called static_members, not static_fields.

    gdb/doc/ChangeLog:

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (12 preceding siblings ...)
  2021-10-04  7:57 ` olivernicholle9052 at gmail dot com
@ 2021-10-08 14:56 ` handymanah3 at gmail dot com
  2021-10-09 11:00 ` gulsenenginar at aol dot com
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: handymanah3 at gmail dot com @ 2021-10-08 14:56 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

handymanah3 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |handymanah3 at gmail dot com

--- Comment #13 from handymanah3 at gmail dot com ---
Wonder, was this bug fixed? Im currently facing this issue with a software I
purchased to manage my handyman business.
https://www.handymanah.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (13 preceding siblings ...)
  2021-10-08 14:56 ` handymanah3 at gmail dot com
@ 2021-10-09 11:00 ` gulsenenginar at aol dot com
  2021-10-09 17:00 ` studiaviktor at gmail dot com
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: gulsenenginar at aol dot com @ 2021-10-09 11:00 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Gulsen Engin <gulsenenginar at aol dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gulsenenginar at aol dot com

--- Comment #14 from Gulsen Engin <gulsenenginar at aol dot com> ---
However, this isn't a trivial change. http://www-look-4.com/category/property/ 
So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
    dwarf2_per_bfd sharing for objfiles using READNOW.
https://www.webb-dev.co.uk/category/sports/

    Generalize the gdb.base/index-cache-load-twice.exp test to test all
    the possible combinations of loading
https://komiya-dental.com/category/sports/ a file with partial symtabs, index
    and readnow.  Move it to http://www.iu-bloomington.com/category/sports/
gdb.dwarf2, since it really exercises features
    of the DWARF reader https://waytowhatsnext.com/category/sports/
However, this isn't a trivial change.  So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
http://www.wearelondonmade.com/category/property/ 
    dwarf2_per_bfd sharing for objfiles using READNOW.
    http://www.jopspeech.com/category/property/
    Generalize the gdb.base/index-cache-load-twice.exp test to test all
    the possible combinations of loading a file
http://joerg.li/category/property/  with partial symtabs, index
    and readnow.  Move it to gdb.dwarf2, since it really exercises features
http://connstr.net/category/property/ 
    of the DWARF reader
However, this isn't a trivial change.
http://embermanchester.uk/category/property/  So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
http://www.slipstone.co.uk/category/property/ 
    dwarf2_per_bfd sharing for objfiles using READNOW.

    Generalize the gdb.base/index-cache-load-twice.exp
http://www.logoarts.co.uk/category/property/ test to test all
    the possible combinations of loading a file with partial symtabs, index
    and readnow.  Move it to gdb.dwarf2, since it really exercises features
    of the DWARF reader http://www.acpirateradio.co.uk/category/property/
However, this isn't a trivial change.  So to fix the known issue quickly
    (including in the gdb 10 branch), this patch just disables all
    dwarf2_per_bfd sharing for objfiles using READNOW.
http://www.compilatori.com/category/property/

    Generalize the gdb.base/index-cache-load-twice.exp test to test all
    the possible combinations of loading a file with partial symtabs, index
    and readnow.  Move it to gdb.dwarf2, since it really exercises features
    of the DWARF reader

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (14 preceding siblings ...)
  2021-10-09 11:00 ` gulsenenginar at aol dot com
@ 2021-10-09 17:00 ` studiaviktor at gmail dot com
  2021-10-13  8:01 ` soulmate1999ethiopian at gmail dot com
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: studiaviktor at gmail dot com @ 2021-10-09 17:00 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

studiaviktor at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |studiaviktor at gmail dot com

--- Comment #15 from studiaviktor at gmail dot com ---
https://releazer.ru/archives/19750
https://releazer.ru/archives/19749
https://releazer.ru/archives/19087
https://releazer.ru/archives/18343
https://releazer.ru/archives/19372
https://releazer.ru/archives/18337
https://releazer.ru/archives/19069
https://releazer.ru/archives/18335
https://releazer.ru/archives/20345
https://releazer.ru/archives/19818
https://releazer.ru/archives/19748
https://releazer.ru/archives/19371
https://releazer.ru/archives/19370
https://releazer.ru/archives/20344
https://releazer.ru/archives/19369
https://releazer.ru/archives/18319
https://releazer.ru/archives/19712
https://releazer.ru/archives/19711
https://releazer.ru/archives/18833
https://releazer.ru/archives/18825
https://releazer.ru/archives/18823
https://releazer.ru/archives/19747
https://releazer.ru/archives/18818
https://releazer.ru/archives/18810
https://releazer.ru/archives/18806
https://releazer.ru/archives/18315
https://releazer.ru/archives/19710
https://releazer.ru/archives/19817
https://releazer.ru/archives/18313
https://releazer.ru/archives/20343
https://releazer.ru/archives/19031
https://releazer.ru/archives/19030
https://releazer.ru/archives/18575
https://releazer.ru/archives/20342
https://releazer.ru/archives/20341
https://releazer.ru/archives/17622
https://releazer.ru/archives/17620
https://releazer.ru/archives/17618
https://releazer.ru/archives/17607
https://releazer.ru/archives/17605
https://releazer.ru/archives/20340
https://releazer.ru/archives/20339
https://releazer.ru/archives/20338
https://releazer.ru/archives/18269
https://releazer.ru/archives/18265
https://releazer.ru/archives/18263
https://releazer.ru/archives/18261
https://releazer.ru/archives/18259
https://releazer.ru/archives/20337
https://releazer.ru/archives/20336
https://releazer.ru/archives/19365
https://releazer.ru/archives/20335
https://releazer.ru/archives/20334
https://releazer.ru/archives/20333
https://releazer.ru/archives/18190
https://releazer.ru/archives/19061
https://releazer.ru/archives/18681
https://releazer.ru/archives/18196
https://releazer.ru/archives/18678
https://releazer.ru/archives/20332
https://releazer.ru/archives/18661
https://releazer.ru/archives/18181
https://releazer.ru/archives/20331
https://releazer.ru/archives/19364
https://releazer.ru/archives/18122
https://releazer.ru/archives/20330
https://releazer.ru/archives/19363
https://releazer.ru/archives/20329
https://releazer.ru/archives/18079
https://releazer.ru/archives/18108

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (15 preceding siblings ...)
  2021-10-09 17:00 ` studiaviktor at gmail dot com
@ 2021-10-13  8:01 ` soulmate1999ethiopian at gmail dot com
  2021-10-14 16:05 ` siouxfallstreeremoval at gmail dot com
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: soulmate1999ethiopian at gmail dot com @ 2021-10-13  8:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Taylor K. <soulmate1999ethiopian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |soulmate1999ethiopian@gmail
                   |                            |.com

--- Comment #16 from Taylor K. <soulmate1999ethiopian at gmail dot com> ---
 Fix Value.format_string docu for static members argument 

    The argument is called static_members, not static_fields.
https://broken-arrow-tree-service.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (16 preceding siblings ...)
  2021-10-13  8:01 ` soulmate1999ethiopian at gmail dot com
@ 2021-10-14 16:05 ` siouxfallstreeremoval at gmail dot com
  2021-10-16 20:04 ` ahdeckbuilders at gmail dot com
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: siouxfallstreeremoval at gmail dot com @ 2021-10-14 16:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

FredFalls <siouxfallstreeremoval at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |siouxfallstreeremoval@gmail
                   |                            |.com

--- Comment #17 from FredFalls <siouxfallstreeremoval at gmail dot com> ---
Great information provided. I very new to this cyber world so this was very
valuable to me and my business. https://www.treeremovalsiouxfalls.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (17 preceding siblings ...)
  2021-10-14 16:05 ` siouxfallstreeremoval at gmail dot com
@ 2021-10-16 20:04 ` ahdeckbuilders at gmail dot com
  2021-10-17 14:24 ` ahbasementremodel at gmail dot com
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahdeckbuilders at gmail dot com @ 2021-10-16 20:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Craig Anderson <ahdeckbuilders at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahdeckbuilders at gmail dot com

--- Comment #18 from Craig Anderson <ahdeckbuilders at gmail dot com> ---
This is new to me. How exactly does this coding work? Im here to learn more of
the online world as we are looking to build our online presence for our decking
company. https://www.ahdeckbuilders.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (18 preceding siblings ...)
  2021-10-16 20:04 ` ahdeckbuilders at gmail dot com
@ 2021-10-17 14:24 ` ahbasementremodel at gmail dot com
  2021-10-19  5:31 ` pagekeller184 at gmail dot com
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahbasementremodel at gmail dot com @ 2021-10-17 14:24 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

ahbasementremodel at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahbasementremodel at gmail dot com

--- Comment #19 from ahbasementremodel at gmail dot com ---
Glad to see this problem got resolved. How was it done? I still have some
questions about this whole process. We'd be happy to explain our process as
well.
https://www.ahbasementremodel.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (19 preceding siblings ...)
  2021-10-17 14:24 ` ahbasementremodel at gmail dot com
@ 2021-10-19  5:31 ` pagekeller184 at gmail dot com
  2021-10-19  7:14 ` progonsaytu at gmail dot com
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: pagekeller184 at gmail dot com @ 2021-10-19  5:31 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Clint Smith <pagekeller184 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pagekeller184 at gmail dot com

--- Comment #20 from Clint Smith <pagekeller184 at gmail dot com> ---
 Fix Value.format_string docu for static members argument

    The argument is called static_members, not static_fields.
https://www.stgeorgestuccorepair.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (20 preceding siblings ...)
  2021-10-19  5:31 ` pagekeller184 at gmail dot com
@ 2021-10-19  7:14 ` progonsaytu at gmail dot com
  2021-10-22  7:40 ` powerless277palms at gmail dot com
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: progonsaytu at gmail dot com @ 2021-10-19  7:14 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

progonsaytu <progonsaytu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |progonsaytu at gmail dot com

--- Comment #21 from progonsaytu <progonsaytu at gmail dot com> ---
https://www.ремонты-квартир.com/
https://www.дизайн-квартиры.com/
https://www.о-ремонте.com/
https://www.о-заборах.com/
https://www.bsegypt.com/
https://www.buyingrealty.net/
https://www.khersonnews.com/
https://www.kontrolstroy.info/
https://www.sama-mama.com/
https://www.secretovnet.org/
https://www.teleriko.com/
https://www.us-best-store.com/
https://www.віктор.com/
https://www.accord-hotel.ru/
https://releazer.ru/
https://www.a-n-e-k-d-o-t.ru/
https://www.adhan.ru/
http://www.al-aures.ru/
https://www.apriori-design.ru/
http://artdoski.ru/
https://www.bombusmod.net.ru/
https://www.canadianahealthandcaremallreviews.ru/
https://www.celestiaproject.ru/
https://www.cryptogu.ru/
https://www.downloadskypefree.ru/
https://www.encyclopedia-flowers.ru/
https://www.factura.net.ru/
http://freewizards.ru/
http://futurefactory.ru/
https://glina-med.ru/
http://google-dmoz.ru/
http://iix.su/
https://www.imperia51.ru/
https://www.info-tehnologii.ru/
https://www.kvartira-v-bolgarii.ru/
https://ljubi-i-pozdravljaj.ru/
https://www.majesticarticles.ru/
https://www.onlinecredit247.ru/
https://www.orfey.net.ru/
https://www.pgpk.net.ru/
https://www.rainbow.net.ru/
http://www.rainbowbaby.ru/
http://www.respublika-okon.ru/
https://ribku-lovim.ru/
http://rusorchestra.ru/
http://shmoscow.ru/
https://www.skifspb.ru/
https://www.spare.net.ru/
https://www.stranainform.ru/
https://www.taxi-smile.ru/
https://www.tkanishik.ru/
http://www.tremulous.net.ru/
https://trust-women.ru/
http://uralbel.ru/
https://www.yar-art-union.ru/
https://www.xn----7sbcngq4awkg0k.xn--p1ai/
https://www.xn----7sbbmgbytlh3a0ll.xn--p1ai/
https://www.xn--35-mlcuxidl.xn--p1ai/
https://www.xn--f1addf1alkk1d.xn--p1ai/
https://www.history-of-great-discoveries.com/
https://www.it-business-trends.com
https://www.interesting-history-of-art.com
https://www.interesting-news-about-cars.com
https://www.architecture-and-design-news.com
https://history-of-great-discoveries.blogspot.com/
https://it-business-trends.blogspot.com/
https://interesting-history-of-art.blogspot.com/
https://interesting-news-about-cars.blogspot.com/
https://architecture-and-design-news.blogspot.com/
https://www.secretovnet.org/archives/18806 
https://www.secretovnet.org/archives/17685 
https://www.secretovnet.org/archives/17683 
https://www.secretovnet.org/archives / 17681 
https://www.secretovnet.org/archives/13740 
https://www.secretovnet.org/archives/13737 
https://www.secretovnet.org/archives/13734 
https://www.secretovnet.org / archives / 13732 
https://www.secretovnet.org/archives/13729 
https://www.secretovnet.org/archives/17679 
https://www.secretovnet.org/archives/17677 
https://www.secretovnet .org / archives / 17675 
https://www.secretovnet.org/archives/17670 
https://www.secretovnet.org/archives/17667 
https://www.secretovnet.org/archives/18686
https://www.secretovnet.org/archives/18684 
https://www.secretovnet.org/archives/18682 
https://www.secretovnet.org/archives/17665 
https://www.secretovnet.org/archives / 17663 
https://www.secretovnet.org/archives/17661 
https://www.secretovnet.org/archives/17659 
https://www.secretovnet.org/archives/17657 
https://www.secretovnet.org / archives / 13723 
https://www.secretovnet.org/archives/13717 
https://www.secretovnet.org/archives/13714 
https://www.secretovnet.org/archives/13711 
https://www.secretovnet .org / archives / 13708 
https://www.secretovnet.org/archives/17655 
https://www.secretovnet.org/archives/13702 
https://www.secretovnet.org/archives/17647
https://www.secretovnet.org/archives/17645

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (21 preceding siblings ...)
  2021-10-19  7:14 ` progonsaytu at gmail dot com
@ 2021-10-22  7:40 ` powerless277palms at gmail dot com
  2021-10-24 10:02 ` glassmtech at ukr dot net
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: powerless277palms at gmail dot com @ 2021-10-22  7:40 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Justin Mier <powerless277palms at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |powerless277palms at gmail dot com

--- Comment #22 from Justin Mier <powerless277palms at gmail dot com> ---
This bug affects the "native ARC gdb" badly and causes kernel code to jump
to addresses after the breakpoint and not executing the "breakpoint"ed
instructions at all.  That "native ARC gdb" feature is not upstream yet and
is in review at the time of writing [1].

https://www.denver-artificial-grass.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (22 preceding siblings ...)
  2021-10-22  7:40 ` powerless277palms at gmail dot com
@ 2021-10-24 10:02 ` glassmtech at ukr dot net
  2021-10-27  6:40 ` bathroomremodelrr at gmail dot com
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: glassmtech at ukr dot net @ 2021-10-24 10:02 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

glassmtech <glassmtech at ukr dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glassmtech at ukr dot net

--- Comment #23 from glassmtech <glassmtech at ukr dot net> ---
http://www.ремонты-квартир.com/
http://www.дизайн-квартиры.com/
http://www.о-ремонте.com/
http://www.о-заборах.com/
http://www.bsegypt.com/
http://www.buyingrealty.net/
http://www.khersonnews.com/
http://www.kontrolstroy.info/
http://www.sama-mama.com/
http://www.secretovnet.org/
http://www.teleriko.com/
http://www.us-best-store.com/
http://www.віктор.com/
http://www.accord-hotel.ru/
http://releazer.ru/
http://www.a-n-e-k-d-o-t.ru/
http://www.adhan.ru/
https://www.al-aures.ru/
http://www.apriori-design.ru/
https://artdoski.ru/
http://www.bombusmod.net.ru/
http://www.canadianahealthandcaremallreviews.ru/
http://www.celestiaproject.ru/
http://www.cryptogu.ru/
http://www.downloadskypefree.ru/
http://www.encyclopedia-flowers.ru/
http://www.factura.net.ru/
https://freewizards.ru/
https://futurefactory.ru/
http://glina-med.ru/
https://google-dmoz.ru/
https://iix.su/
http://www.imperia51.ru/
http://www.info-tehnologii.ru/
http://www.kvartira-v-bolgarii.ru/
http://ljubi-i-pozdravljaj.ru/
http://www.majesticarticles.ru/
http://www.onlinecredit247.ru/
http://www.orfey.net.ru/
http://www.pgpk.net.ru/
http://www.rainbow.net.ru/
https://www.rainbowbaby.ru/
https://www.respublika-okon.ru/
http://ribku-lovim.ru/
https://rusorchestra.ru/
https://shmoscow.ru/
http://www.skifspb.ru/
http://www.spare.net.ru/
http://www.stranainform.ru/
http://www.taxi-smile.ru/
http://www.tkanishik.ru/
https://www.tremulous.net.ru/
http://trust-women.ru/
https://uralbel.ru/
http://www.yar-art-union.ru/
http://www.xn----7sbcngq4awkg0k.xn--p1ai/
http://www.xn----7sbbmgbytlh3a0ll.xn--p1ai/
http://www.xn--35-mlcuxidl.xn--p1ai/
http://www.xn--f1addf1alkk1d.xn--p1ai/
http://www.history-of-great-discoveries.com/
http://www.it-business-trends.com
http://www.interesting-history-of-art.com
http://www.interesting-news-about-cars.com
http://www.architecture-and-design-news.com
https://ремонты-квартир.com/
https://дизайн-квартиры.com/
https://о-ремонте.com/
https://о-заборах.com/
https://bsegypt.com/
https://buyingrealty.net/
https://khersonnews.com/
https://kontrolstroy.info/
https://sama-mama.com/
https://secretovnet.org/
https://teleriko.com/
https://us-best-store.com/
https://віктор.com/
https://accord-hotel.ru/
https://www.releazer.ru/
https://a-n-e-k-d-o-t.ru/
https://adhan.ru/
http://al-aures.ru/
https://apriori-design.ru/
http://www.artdoski.ru/
https://bombusmod.net.ru/
https://canadianahealthandcaremallreviews.ru/
https://celestiaproject.ru/
https://cryptogu.ru/
https://downloadskypefree.ru/
https://encyclopedia-flowers.ru/
https://factura.net.ru/
http://www.freewizards.ru/
http://www.futurefactory.ru/
https://www.glina-med.ru/
http://www.google-dmoz.ru/
http://www.iix.su/
https://imperia51.ru/
https://info-tehnologii.ru/
https://kvartira-v-bolgarii.ru/
https://www.ljubi-i-pozdravljaj.ru/
https://majesticarticles.ru/
https://onlinecredit247.ru/
https://orfey.net.ru/
https://pgpk.net.ru/
https://rainbow.net.ru/
http://rainbowbaby.ru/
http://respublika-okon.ru/
https://www.ribku-lovim.ru/
http://www.rusorchestra.ru/
http://www.shmoscow.ru/
https://skifspb.ru/
https://spare.net.ru/
https://stranainform.ru/
https://taxi-smile.ru/
https://tkanishik.ru/
http://tremulous.net.ru/
https://www.trust-women.ru/
http://www.uralbel.ru/
https://yar-art-union.ru/
https://xn----7sbcngq4awkg0k.xn--p1ai/
https://xn----7sbbmgbytlh3a0ll.xn--p1ai/
https://xn--35-mlcuxidl.xn--p1ai/
https://xn--f1addf1alkk1d.xn--p1ai/
https://history-of-great-discoveries.com/
https://it-business-trends.com
https://interesting-history-of-art.com
https://interesting-news-about-cars.com
https://architecture-and-design-news.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (23 preceding siblings ...)
  2021-10-24 10:02 ` glassmtech at ukr dot net
@ 2021-10-27  6:40 ` bathroomremodelrr at gmail dot com
  2021-10-28  9:11 ` elpasotileinstallation at gmail dot com
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: bathroomremodelrr at gmail dot com @ 2021-10-27  6:40 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Adam Plier <bathroomremodelrr at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bathroomremodelrr at gmail dot com

--- Comment #24 from Adam Plier <bathroomremodelrr at gmail dot com> ---
commit 815c8f80e2a1ff25deb5f48770e4794d9799fb94
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Tue Nov 24 19:43:19 2020 +0100 
https://www.stgeorgepoolcleaning.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (24 preceding siblings ...)
  2021-10-27  6:40 ` bathroomremodelrr at gmail dot com
@ 2021-10-28  9:11 ` elpasotileinstallation at gmail dot com
  2021-11-03  7:51 ` barronwbs85 at gmail dot com
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: elpasotileinstallation at gmail dot com @ 2021-10-28  9:11 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Jamie <elpasotileinstallation at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpasotileinstallation@gmai
                   |                            |l.com

--- Comment #25 from Jamie <elpasotileinstallation at gmail dot com> ---
This bug affects the "native ARC gdb" badly and causes kernel code to jump
to addresses after the breakpoint and not executing the "breakpoint"ed
instructions at all.  That "native ARC gdb" feature is not upstream yet and
is in review at the time of writing [1].
https://www.las-vegas-pool-cleaning.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (25 preceding siblings ...)
  2021-10-28  9:11 ` elpasotileinstallation at gmail dot com
@ 2021-11-03  7:51 ` barronwbs85 at gmail dot com
  2021-11-13 19:34 ` tesaso8237 at funboxcn dot com
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: barronwbs85 at gmail dot com @ 2021-11-03  7:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

--- Comment #26 from Tyler <barronwbs85 at gmail dot com> ---
The documentation for Value.format_string() states that the keyword for static
members is called static_fields, but it is actually static_members.
https://www.columbiagutterinstallation.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (26 preceding siblings ...)
  2021-11-03  7:51 ` barronwbs85 at gmail dot com
@ 2021-11-13 19:34 ` tesaso8237 at funboxcn dot com
  2021-11-18  9:55 ` cheesecakesuperhuman at gmail dot com
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: tesaso8237 at funboxcn dot com @ 2021-11-13 19:34 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

tesaso8237 at funboxcn dot com <tesaso8237 at funboxcn dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tesaso8237 at funboxcn dot com

--- Comment #27 from tesaso8237 at funboxcn dot com <tesaso8237 at funboxcn dot com> ---
I think this is a really good article.  You make this information interesting
and engaging.  You give readers a lot to think about and I appreciate that kind
of writing.
email marketing companies       https://blubirdmarketing.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (27 preceding siblings ...)
  2021-11-13 19:34 ` tesaso8237 at funboxcn dot com
@ 2021-11-18  9:55 ` cheesecakesuperhuman at gmail dot com
  2021-11-22  6:48 ` gexed96894 at keagenan dot com
  2021-11-25  6:04 ` thebestdressedog at gmail dot com
  30 siblings, 0 replies; 32+ messages in thread
From: cheesecakesuperhuman at gmail dot com @ 2021-11-18  9:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Henry Kim <cheesecakesuperhuman at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cheesecakesuperhuman@gmail.
                   |                            |com

--- Comment #28 from Henry Kim <cheesecakesuperhuman at gmail dot com> ---
commit 9f1212394fa283e2748a83be8bca240710e696ca
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Tue Nov 24 19:43:19 2020 +0100 

https://www.lasvegasfiberglasspools.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (28 preceding siblings ...)
  2021-11-18  9:55 ` cheesecakesuperhuman at gmail dot com
@ 2021-11-22  6:48 ` gexed96894 at keagenan dot com
  2021-11-25  6:04 ` thebestdressedog at gmail dot com
  30 siblings, 0 replies; 32+ messages in thread
From: gexed96894 at keagenan dot com @ 2021-11-22  6:48 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

gexed96894 <gexed96894 at keagenan dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gexed96894 at keagenan dot com

--- Comment #29 from gexed96894 <gexed96894 at keagenan dot com> ---
Hi, I find reading this article a joy. It is extremely helpful and interesting
and very much looking forward to reading more of your work..
https://www.rowlandsme.co.uk

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* [Bug python/26974] Wrong Value.format_string docu for static members argument
  2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
                   ` (29 preceding siblings ...)
  2021-11-22  6:48 ` gexed96894 at keagenan dot com
@ 2021-11-25  6:04 ` thebestdressedog at gmail dot com
  30 siblings, 0 replies; 32+ messages in thread
From: thebestdressedog at gmail dot com @ 2021-11-25  6:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26974

Bong Bong <thebestdressedog at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thebestdressedog at gmail dot com

--- Comment #30 from Bong Bong <thebestdressedog at gmail dot com> ---
Great site! Thank you for making this :)
https://www.handymanservicestylertx.com/
https://www.handymanservicestylertx.com/
https://www.housekeeperabilenetx.com/
https://www.housekeeperedinburgtx.com/
https://www.housekeepersanangelotx.com/
https://junkremovalchesapeakeva.com/
https://www.junkremovalchesapeakeva.com/
https://junkremovalhollywoodfl.com/
https://junkremovalnorfolkva.com/
https://miamigardenspowerwashing.com/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-11-25  6:04 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-29 18:06 [Bug python/26974] New: Wrong Value.format_string docu for static members argument ssbssa at sourceware dot org
2020-11-29 18:09 ` [Bug python/26974] " cvs-commit at gcc dot gnu.org
2020-11-29 18:13 ` cvs-commit at gcc dot gnu.org
2020-11-29 18:14 ` ssbssa at sourceware dot org
2021-06-27 17:50 ` ahmedsayeed1982 at yahoo dot com
2021-07-15  3:08 ` sherrixotyv29 at gmail dot com
2021-08-02  5:50 ` sherrixotyv29 at gmail dot com
2021-09-02 11:05 ` donipah907 at mtlcz dot com
2021-09-02 11:15 ` mark at klomp dot org
2021-09-05  7:34 ` kimolsun2020 at yahoo dot com
2021-09-06  9:08 ` focixujo at livinginsurance dot co.uk
2021-09-06  9:12 ` focixujo at livinginsurance dot co.uk
2021-09-10 19:37 ` mehmetgelisin at aol dot com
2021-10-04  7:57 ` olivernicholle9052 at gmail dot com
2021-10-08 14:56 ` handymanah3 at gmail dot com
2021-10-09 11:00 ` gulsenenginar at aol dot com
2021-10-09 17:00 ` studiaviktor at gmail dot com
2021-10-13  8:01 ` soulmate1999ethiopian at gmail dot com
2021-10-14 16:05 ` siouxfallstreeremoval at gmail dot com
2021-10-16 20:04 ` ahdeckbuilders at gmail dot com
2021-10-17 14:24 ` ahbasementremodel at gmail dot com
2021-10-19  5:31 ` pagekeller184 at gmail dot com
2021-10-19  7:14 ` progonsaytu at gmail dot com
2021-10-22  7:40 ` powerless277palms at gmail dot com
2021-10-24 10:02 ` glassmtech at ukr dot net
2021-10-27  6:40 ` bathroomremodelrr at gmail dot com
2021-10-28  9:11 ` elpasotileinstallation at gmail dot com
2021-11-03  7:51 ` barronwbs85 at gmail dot com
2021-11-13 19:34 ` tesaso8237 at funboxcn dot com
2021-11-18  9:55 ` cheesecakesuperhuman at gmail dot com
2021-11-22  6:48 ` gexed96894 at keagenan dot com
2021-11-25  6:04 ` thebestdressedog at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).