Kelvin Lee
|
e38e48e3a6
|
Debugger: replace sprintf() part 1 (PR #1060)
- Add MemoryTextFile_t::PushLineFormat()
- Replace some sprintf() with PushLineFormat()
|
2022-03-13 16:37:25 +00:00 |
|
Kelvin Lee
|
be846efc83
|
Use clear() instread of erase(begin(), end()). (PR #1053)
|
2022-03-12 11:19:34 +00:00 |
|
Andrea Odetti
|
d5890e8356
|
Replace some char * with std::string.
|
2019-09-06 17:34:25 +01:00 |
|
tomcw
|
cbdad2a02f
|
Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code
|
2014-08-14 20:29:01 +01:00 |
|
tomcw
|
d21bb2cc3b
|
Move Util_* files into Debugger subfolder & update all vcproj files
|
2014-08-13 22:25:22 +01:00 |
|