summaryrefslogtreecommitdiffstats
path: root/core/debugger/remote_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use doubles for time in many other placesAaron Franke2021-08-091-9/+9
* Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-08-031-2/+5
|\
| * Implemented initial DAP supportEv1lbl0w2021-08-021-2/+5
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-7/+7
|/
* RemoteDebugger: Fix possible division by zeroRémi Verschelde2021-03-041-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-281-1/+1
|\
| * Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-1/+1
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-1/+21
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-29/+55
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-16/+0
* Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli2020-05-121-7/+3
* Merge pull request #38522 from ThakeeNathees/printing-empty-string-fixRémi Verschelde2020-05-071-1/+1
|\
| * Fix: printing empty string does nothing in editor output pannelThakee Nathees2020-05-071-1/+1
* | Format remote printerr properly in script debugger outputPouleyKetchoupp2020-05-011-5/+28
|/
* Rename InputFilter back to InputRémi Verschelde2020-04-281-6/+6
* Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde2020-04-101-1/+1
|\
| * Fix profiler frame number stops updating when window is minimizedSkyJJ2020-03-311-1/+1
* | Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-271-9/+9
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-6/+6
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Fix various typosluz.paz2020-03-111-1/+1
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+935