mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
rename the crash reporter off its Chromium origins
Nothing Chromium-derived is left in either file - the stack tracer that came from base/debug_util was the last of it - so the copyright header credited Google for code it did not write and pointed at a LICENSE file this repository does not have. Rename to what the files actually are. While in there: say what the exception code's customer bit does and does not guarantee, and note next to it how to stop a debugger breaking on every assertion, which is what someone will be looking for when they grep that number. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Opus 5
parent
7624daa904
commit
86b23474cf
+1
-1
@@ -5,7 +5,7 @@ set(sgpSrc
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/crash_telemetry.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Cursor Control.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/DEBUG.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/debug_win_util.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/crash_report.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/DirectDraw Calls.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/DirectX Common.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/English.cpp"
|
||||
|
||||
Reference in New Issue
Block a user