summaryrefslogtreecommitdiff
path: root/core/debugger/debugger_marshalls.cpp
AgeCommit message (Expand)Author
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-23Fix DebuggerMarshalls errors while profilingPouleyKetchoupp
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-11Fix various typosluz.paz
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli