*** empty log message ***

This commit is contained in:
Søren Sandmann Pedersen
2004-11-12 18:30:01 +00:00
parent 0ed7bdbdfc
commit d71d00ab0b
3 changed files with 134 additions and 78 deletions

View File

@ -265,7 +265,7 @@ process_lookup_symbol (Process *process, gulong address)
{
if (undefined.name)
g_free (undefined.name);
undefined.name = g_strdup_printf ("??? (%s)", process->cmdline);
undefined.name = g_strdup_printf ("??? %s", process->cmdline);
undefined.address = 0xBABE0001;
return &undefined;