citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2f81fbec5c545e2116526c66c9dca98b6e963a6e
parent 76b2db7b207ad365a42fd081811b2e840f8a3a46
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 23:21:44 -0600

instrument: set correct progname

Diffstat:
Msrc/instrument_main.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/instrument_main.cc b/src/instrument_main.cc @@ -104,7 +104,7 @@ int main(int argc, char *argv[]) { // Set a better name than the symlink that was used to find this program - setprogname("scv_instrument"); + setprogname("citrun_instrument"); std::vector<std::string> args(argv, argv + argc); std::vector<std::string> source_files;