Make DumpTarget::FindKnownName return a pointer to a string
commitf952cc7a9113fe6e1886425f1622194751aab5b4
authorcirdan <cirdansw@gmail.com>
Sat, 1 Mar 2014 08:14:13 +0000 (1 09:14 +0100)
committercirdan <cirdansw@gmail.com>
Sat, 1 Mar 2014 08:14:13 +0000 (1 09:14 +0100)
tree06200d644b4eba81533467e5f8a24166c8b8156d
parentb3681b737101737efdcfb07a0cdfeb02020e7f17
Make DumpTarget::FindKnownName return a pointer to a string

Make DumpTarget::FindKnownName return a pointer to a const string
with the name found, if any, instead of returning the name
indirectly through a reference.
src/misc/dbg_helpers.cpp
src/misc/dbg_helpers.h