All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] docs: Add missing assumption
@ 2023-07-04  1:01 Glenn Washburn
  2023-07-04  3:02 ` Oskari Pirhonen
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Washburn @ 2023-07-04  1:01 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Oskari Pirhonen, Glenn Washburn

Also reword a prior sentence to be more clear.

Fixes: 5a3d2b4742df (docs: Add debugging chapter to development documentation)
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
Changes from v1:
 * Rebased onto latest master
---
 docs/grub-dev.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
index 0834ca562ad6..84d19dece9d6 100644
--- a/docs/grub-dev.texi
+++ b/docs/grub-dev.texi
@@ -660,10 +660,11 @@ GDB is started from the @file{grub-core} directory in the GRUB2 build
 directory. GRUB2 developers have made this more simple by including a GDB
 script which does much of the setup. This file is at @file{grub-core/gdb_grub}
 in the build directory and is also installed via @command{make install}.
-If not building GRUB, the distribution may have a package which installs
+When using a pre-built GRUB, the distribution may have a package which installs
 this GDB script along with debug symbol binaries, such as Debian's
-@samp{grub-pc-dbg} package. The GDB script is intended to be used
-like so, assuming:
+@samp{grub-pc-dbg} package. The GDB scripts is intended to by used
+like so, assuming that @samp{/path/to/script} is the path to the directory
+containing the gdb_grub script and debug symbol files:
 
 @example
 cd $(dirname /path/to/script/gdb_grub)
-- 
2.34.1



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

* Re: [PATCH v2] docs: Add missing assumption
  2023-07-04  1:01 [PATCH v2] docs: Add missing assumption Glenn Washburn
@ 2023-07-04  3:02 ` Oskari Pirhonen
  2023-07-04 20:13   ` Glenn Washburn
  0 siblings, 1 reply; 3+ messages in thread
From: Oskari Pirhonen @ 2023-07-04  3:02 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: grub-devel, Daniel Kiper

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

On Mon, Jul 03, 2023 at 20:01:15 -0500, Glenn Washburn wrote:
> Also reword a prior sentence to be more clear.
> 
> Fixes: 5a3d2b4742df (docs: Add debugging chapter to development documentation)
> Signed-off-by: Glenn Washburn <development@efficientek.com>
> ---
> Changes from v1:
>  * Rebased onto latest master
> ---
>  docs/grub-dev.texi | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
> index 0834ca562ad6..84d19dece9d6 100644
> --- a/docs/grub-dev.texi
> +++ b/docs/grub-dev.texi
> @@ -660,10 +660,11 @@ GDB is started from the @file{grub-core} directory in the GRUB2 build
>  directory. GRUB2 developers have made this more simple by including a GDB
>  script which does much of the setup. This file is at @file{grub-core/gdb_grub}
>  in the build directory and is also installed via @command{make install}.
> -If not building GRUB, the distribution may have a package which installs
> +When using a pre-built GRUB, the distribution may have a package which installs
>  this GDB script along with debug symbol binaries, such as Debian's
> -@samp{grub-pc-dbg} package. The GDB script is intended to be used
> -like so, assuming:
> +@samp{grub-pc-dbg} package. The GDB scripts is intended to by used

Did you intentionally reintroduce the last 's' that I removed from "GDB
scripts"?

- Oskari

> +like so, assuming that @samp{/path/to/script} is the path to the directory
> +containing the gdb_grub script and debug symbol files:
>  
>  @example
>  cd $(dirname /path/to/script/gdb_grub)
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH v2] docs: Add missing assumption
  2023-07-04  3:02 ` Oskari Pirhonen
@ 2023-07-04 20:13   ` Glenn Washburn
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Washburn @ 2023-07-04 20:13 UTC (permalink / raw)
  To: Oskari Pirhonen; +Cc: grub-devel, Daniel Kiper

On Mon, 3 Jul 2023 22:02:41 -0500
Oskari Pirhonen <xxc3ncoredxx@gmail.com> wrote:

> On Mon, Jul 03, 2023 at 20:01:15 -0500, Glenn Washburn wrote:
> > Also reword a prior sentence to be more clear.
> > 
> > Fixes: 5a3d2b4742df (docs: Add debugging chapter to development documentation)
> > Signed-off-by: Glenn Washburn <development@efficientek.com>
> > ---
> > Changes from v1:
> >  * Rebased onto latest master
> > ---
> >  docs/grub-dev.texi | 7 ++++---
> >  1 file changed, 4 insertions(+), 3 deletions(-)
> > 
> > diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
> > index 0834ca562ad6..84d19dece9d6 100644
> > --- a/docs/grub-dev.texi
> > +++ b/docs/grub-dev.texi
> > @@ -660,10 +660,11 @@ GDB is started from the @file{grub-core} directory in the GRUB2 build
> >  directory. GRUB2 developers have made this more simple by including a GDB
> >  script which does much of the setup. This file is at @file{grub-core/gdb_grub}
> >  in the build directory and is also installed via @command{make install}.
> > -If not building GRUB, the distribution may have a package which installs
> > +When using a pre-built GRUB, the distribution may have a package which installs
> >  this GDB script along with debug symbol binaries, such as Debian's
> > -@samp{grub-pc-dbg} package. The GDB script is intended to be used
> > -like so, assuming:
> > +@samp{grub-pc-dbg} package. The GDB scripts is intended to by used
> 
> Did you intentionally reintroduce the last 's' that I removed from "GDB
> scripts"?

Nope, I'll correct that.

Glenn

> 
> - Oskari
> 
> > +like so, assuming that @samp{/path/to/script} is the path to the directory
> > +containing the gdb_grub script and debug symbol files:
> >  
> >  @example
> >  cd $(dirname /path/to/script/gdb_grub)
> > -- 
> > 2.34.1
> > 


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

end of thread, other threads:[~2023-07-04 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-04  1:01 [PATCH v2] docs: Add missing assumption Glenn Washburn
2023-07-04  3:02 ` Oskari Pirhonen
2023-07-04 20:13   ` Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.