Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: a7f7e4233b3619b055ade8124cfbf39b5362c29a
https://github.com/dyninst/dyninst/commit/a7f7e4233b3619b055ade8124cfbf39b5362c29a
Author: bbiiggppiigg <bbiiggppiigg@xxxxxxxxx>
Date: 2021-05-16 (Sun, 16 May 2021)
Changed paths:
M common/src/debug_common.C
M common/src/debug_common.h
M common/src/dyn_regs.C
M dataflowAPI/src/AbslocInterface.C
M parseAPI/src/JumpTableFormatPred.C
Log Message:
-----------
Remove debug printing that causes large output (#1029)
* remove debug cout
* remove unused backup code
* add common_parsing_printf as the way of outputing parsing related information in common
* change the usage of cout/cerr to common_parsing_printf
* remove the reuse of environmental variable as suggested
|