Bug 9612 - gdb does not understand L"" syntax
Summary: gdb does not understand L"" syntax
Status: RESOLVED DUPLICATE of bug 7220
Alias: None
Product: gdb
Classification: Unclassified
Component: exp (show other bugs)
Version: unknown
: P3 enhancement
Target Milestone: ---
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 18:58 UTC by Tom Tromey
Modified: 2009-01-14 19:10 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2008-08-20 18:58:01 UTC
[Converted from Gnats 2507]

I tried this:

(gdb) p "x"
$1 = "x"
(gdb) p L"x"
No symbol table is loaded.  Use the "file" command.

L"x" is a valid expression which gdb ought to recognize.

Release:
unknown
Comment 1 Tom Tromey 2008-12-28 19:46:42 UTC
Working on a patch.
Comment 2 Tom Tromey 2009-01-14 19:10:17 UTC

*** This bug has been marked as a duplicate of 7220 ***