Details
Diff Detail
Event Timeline
lib/Fuzzer/FuzzerTracePC.cpp | ||
---|---|---|
162 | Can you put the continue on a new line? | |
lib/Fuzzer/FuzzerUtilWindows.cpp | ||
182 | dumpbin is not guaranteed to be in the user's path. Is this going to cause a problem? Also I believe dumpbin will use Intel syntax for the disassembly. Does objdump use AT&T syntax by default? If so, will this cause a problem? |
lib/Fuzzer/FuzzerTracePC.cpp | ||
---|---|---|
162 | Ok, I will do that. But, in line 169, the continue is in the same line too. Do you want me to update that too? | |
lib/Fuzzer/FuzzerUtilWindows.cpp | ||
182 | @zturner you are right. I didn't realize of that since I was using a terminal with the VS environment. So, I propose to do this: Would you agree? |
Can you put the continue on a new line?