Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d34a792d authored by Frank Rowand's avatar Frank Rowand Committed by Jason Wessel
Browse files

kgdb: gdb documentation fix



gdb command "set remote debug 1" is not valid, change to correct command.

Signed-off-by: default avatarFrank Rowand <frank.rowand@am.sony.com>
Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
parent 33ab1979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@
    seriously wrong while debugging, it will most often be the case
    that you want to enable gdb to be verbose about its target
    communications.  You do this prior to issuing the <constant>target
    remote</constant> command by typing in: <constant>set remote debug 1</constant>
    remote</constant> command by typing in: <constant>set debug remote 1</constant>
    </para>
  </chapter>
  <chapter id="KGDBTestSuite">