1241 Commits (f613369f61daeaee51b04af90dedc5d70f87176c)
 

Author SHA1 Message Date
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 bd68b222a0 Fixed debug value substring 10 years ago
eidheim 376a306964 Non-utf8 chars from lldb values are now shown as '?' 10 years ago
eidheim 246955d292 Minor change 10 years ago
eidheim fa0fa7551c Can now run debug commands while debug is running 10 years ago
eidheim 4221f1eebb Fixed error message when trying to open a file within a non-existing folder 10 years ago
eidheim 1e20e6cdd7 Now selects the frame when backtrace row is activated 10 years ago
eidheim fe219a6e25 Making frame variable smaller if it is too long when using backtrace, and dialogs are now moved to the start of line if activated on iter columns>=80 10 years ago
eidheim 5a04201131 Added module filename in backtrace 10 years ago
eidheim fb9ab3ee63 Merge https://github.com/cppit/jucipp 10 years ago
eidheim d5d69d0993 Support for llvm 3.7.1 added 10 years ago
Jørgen Lien Sellæg 4dacc14f11 Merge pull request #151 from cppit/happy-new-year 10 years ago
Jørgen Lien Sellæg d5a352790b Update LICENSE 10 years ago
eidheim b358917c78 Fixed crash when opening unknown files 10 years ago
eidheim 9ee3255f5f Improved debug menu activation/deactivation, and now does no debug initialization before debug is run 10 years ago
eidheim 25da8e59f1 Fixes to cmake builds 10 years ago
Ole Christian Eidheim 38f49d4d7f Updated Run section 10 years ago
eidheim 8b5d8a9284 Added lldb as Arch Linux dependency 10 years ago
eidheim 591555e6ee Updated install docs 10 years ago
eidheim a9e294218e Cleanup of cmake build system, and no longer runs cmake in debug build every time debug is started 10 years ago
eidheim 76493b7081 Now only shows filename in backtrace dialog 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 0cf5978f1c Found debug that looks ok in both light and dark styles 10 years ago
Ole Christian Eidheim ac616cd88c Minor fixes to installation document 10 years ago
Ole Christian Eidheim 42dbeb2d0e Slight cleanup of installation document 10 years ago
eidheim 23255cdaf6 Slightly better breakpoint and stop colors in dark style 10 years ago
eidheim 5ca9b4bfe6 Added stop reason to debug status 10 years ago
eidheim 463b12ed54 Tooltips now always update after debug stop 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
U-olece-PC\olece 1448fd742c Fixed crash when debug support is not enabled 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 3cd564d89c Fixed freeze when using Go to Stop in menu 10 years ago
eidheim 12d7d07cb4 Now activates/deactivates debug menu items 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 d19fbd9cc7 Executable path escaping improvement 10 years ago
eidheim d131c7936f Added escaping of executables and cmake paths 10 years ago
eidheim 3d74cbba50 Added Project Set Run Arguments 10 years ago
eidheim 019e72a444 Added step-over, step-in and step-out functions to debugging menu 10 years ago
eidheim 293d8bb35f Should now compile on Ubuntu 14 10 years ago
eidheim 5c8e71d758 Fixed compilation on MSYS2 10 years ago
eidheim 9af098b310 Added Ubuntu 14 lldb instructions 10 years ago