summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/crash_handler_linuxbsd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Disable the crash handler if execinfo=no scons option is setLinuxUserGD2024-02-181-2/+2
* Made signal handling more uniform. Fixes #82102naelstrof2023-09-221-3/+7
* Make PIE relocation detection glibc-onlyRiteo2023-01-211-0/+6
* Alter linux debug stacktraces handling to support more environmentsEkaterina Vaartis2023-01-151-18/+22
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove usage of unitialized variablesRafał Mikrut2022-10-011-1/+1
* Crash handler: Use `print_error` to include backtrace in logsRémi Verschelde2022-05-051-10/+12
* Core: Move generated `VERSION_HASH` to a `.cpp` fileRémi Verschelde2022-02-091-4/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-1/+1
* Improve crash handler message displayHugo Locurcio2021-06-171-0/+10
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-0/+149