Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
070134aa
Commit
070134aa
authored
Nov 08, 2011
by
Andreas Seltenreich
Browse files
Fix setoutfile/irgname debugger commands.
parent
f51b9f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/debug/debugger.c
View file @
070134aa
...
...
@@ -1218,6 +1218,7 @@ void firm_debug(const char *cmd)
strncpy
(
fname
,
lexer
.
s
,
len
);
fname
[
len
]
=
'\0'
;
set_dbg_outfile
(
name
,
fname
);
break
;
case
tok_irgname
:
token
=
get_token
();
...
...
@@ -1227,6 +1228,7 @@ void firm_debug(const char *cmd)
strncpy
(
name
,
lexer
.
s
,
len
);
name
[
len
]
=
'\0'
;
irg_name
(
name
);
break
;
case
tok_irgldname
:
token
=
get_token
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment