10 Commits (df42e131662b7af24367222122721850259fa47d)

Author SHA1 Message Date
eidheim a30ff38f9a Remove C-style casts 10 years ago
eidheim b26eacdc77 Minor fix of PR #214 10 years ago
milleniumbug b2be83e9d0
Don't throw an exception on canonicalize 10 years ago
milleniumbug 32c11e64cb
fixed issue with removing breakpoints 10 years ago
eidheim c1edb29d02 Further mutex cleanup 10 years ago
milleniumbug 655f084d22 Fixed keeping the mutex while sleeping 10 years ago
milleniumbug 649647abc5 replaced direct lock()/unlock() calls to mutex with unique_lock 10 years ago
eidheim 95981f6b6a Improved debug value tooltips 10 years ago
eidheim 2770463c09 Renamed DebugClang to Clang in namespace Debug (Debug::Clang) 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim ee22291bcf Fixed potential crash in Debug::get_value if value.GetName return NULL 10 years ago
eidheim 2b2bfe76cf Fixed crash on debug show variables when variable name was empty 10 years ago
eidheim 6068cc7774 Now also selects thread when going to a variable 10 years ago
eidheim 653d77776f Debug show variables finished 10 years ago
Ole Christian Eidheim bc7fcdf01d Added Show Variables in Debug menu 10 years ago
eidheim 30f7411ccf Revert "Debug return value now found based on previous frame function name" 10 years ago
eidheim f613369f61 Revert "Corrected debug return value" 10 years ago
Ole Christian Eidheim a087f1408d Corrected debug return value 10 years ago
eidheim 534a245453 Debug return value now found based on previous frame function name 10 years ago
Ole Christian Eidheim d2427b727b Debug::get_return_value cleanup, and now works on older lldb versions 10 years ago
eidheim 6d6d2f31da Added return value (lldb supports this when doing step out) 10 years ago
eidheim fa0fa7551c Can now run debug commands while debug is running 10 years ago
eidheim 1e20e6cdd7 Now selects the frame when backtrace row is activated 10 years ago
eidheim 5a04201131 Added module filename in backtrace 10 years ago
eidheim 9ee3255f5f Improved debug menu activation/deactivation, and now does no debug initialization before debug is run 10 years ago
eidheim 1be61a7f1b Added filename (if available) to debug status if state is stopped 10 years ago
eidheim 4104d9e1aa Now selects the thread in which a debug process stops 10 years ago
eidheim 5ca9b4bfe6 Added stop reason to debug status 10 years ago
eidheim 23eaf5159a Fixed backtrace and a couple debug keybindings 10 years ago
Ole Christian Eidheim c56ac6f888 Fixed crash on earlier liblldb versions, and changed a couple debug key bindings from n (used for new file and directory) to h 10 years ago
eidheim a655b61ea8 Added debug stack backtrace 10 years ago
eidheim 19734953c2 Fixed crash when quitting juci in the middle of starting debug 10 years ago
eidheim ce7567fe29 Now uses lldb API for stepping 10 years ago
eidheim 56eb3ddae1 Added Debug Set Run Arguments and fixed escaping of paths and arguments 10 years ago
eidheim 8bf2b21e96 Now sets LLDB_DEBUGSERVER_PATH in debug.cc on OS X 10 years ago
eidheim ad4fed49e8 Added lldb to README, install.md and fixed some minor compilation issues 10 years ago
eidheim dc8dcae1ff Can now add/remove breakpoints when debug is in running state, also removes stop line mark when debug is in running state 10 years ago
eidheim 4d64edde46 Can now add/remove breakpoints when debug process is in stop state 10 years ago
eidheim ff7ec7ddc8 Debug process now has correct environment variables, and handles stdin 10 years ago
eidheim 924ccfc30d Debugging fixes 10 years ago
eidheim ba7c44d7f8 Fixes to debugging 10 years ago
eidheim 256f01fd9d Maybe a bit faster variable name search 10 years ago
eidheim 0843bff569 Thread safe debug implementation, and can now go to debug stop 10 years ago
eidheim 8a9c8a3082 Now tries to find debug variable based on file_path and line number if possible 10 years ago
eidheim e941b563d9 Added run debug command, and various fixes including more thread safe debug commands 10 years ago
eidheim 8905f8fc75 Added debug status and now shows the line where the debug process is stopped 10 years ago
eidheim b30f2da8a4 Debugging fixes 10 years ago
eidheim 3244ec68f7 Debug variables now in tooltips, still some work left before creating the debug integration branch though 10 years ago
eidheim a6b19c9dbd Work in progress, a somewhat usable debugger now implemented 10 years ago