Don't demangle; we do that ourselves now.

This commit is contained in:
Glenn Maynard
2003-09-19 06:25:13 +00:00
parent 627a90fb0a
commit 79c2560527
2 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -84,13 +84,13 @@ bool findline(const char *searchstr) {
void parsename(long rva, char *buf) {
char *func_name = NULL;
char *class_name = NULL;
char c;
int special_func = 0;
// char *class_name = NULL;
// char c;
// int special_func = 0;
if (*buf++ != '?') {
// if (*buf++ != '?') {
func_name = buf;
} else {
/* } else {
if (*buf == '?') {
// ??0
@@ -145,7 +145,6 @@ void parsename(long rva, char *buf) {
*buf++ = 0;
}
}
// write out to buffers
if (class_name) {
@@ -172,6 +171,7 @@ void parsename(long rva, char *buf) {
if (special_func)
*fnamptr++ = special_func;
}
*/
fnamptr = strtack(fnamptr, func_name? func_name:"", fnambuf+MAX_FNAMBUF);
if(!fnamptr)
Binary file not shown.