10 Commits (d16d0f109996a4417427bba868224e910add6353)

Author SHA1 Message Date
eidheim 2332ba7cb6 Fixes symbolic link issues (see #319) 9 years ago
eidheim 276b686004 Added workaround for Debian's newer lldb-server paths 9 years ago
eidheim 2ebe72f135 Added .exe postfix to executable when debugging on Windows when not using remote host 9 years ago
eidheim 45f9f05451 Improved filesystem::(un)escape_argument. Also added filesystem_test. 9 years ago
eidheim 99d63ba477 Updated status bar, and cleanup of update signals affecting status bar and tab texts 9 years ago
nshcat da33a926a4 Replaced NULL with nullptr wherever applicable. 10 years ago
eidheim 70a1e106b1 Selecting variable in debug show variables now moves cursor to frame if no declaration was found 10 years ago
eidheim 1fc00a256d Debug menu item Show Variables now shows all variables, including those without declaration found 10 years ago
eidheim ccf7d3b9b2 Now compiles with c++14 instead of c++11, and some src/git.* cleanup 10 years ago
eidheim 3467c152c3 Debug cleanup 10 years ago
eidheim 9ceb83c7bf Remote debugging: correct parameters used 10 years ago
eidheim 3f35d73d0f Remote debugging: now only shows host and remote-gdb-server in the option popover 10 years ago
eidheim a787e1422c Remote debugging working with lldb-gdbserver at least. Fixes #238 10 years ago
Ole Christian Eidheim 1638f8044b Fixes to remote debugging 10 years ago
eidheim 2de9932835 Added remote debugging, and some minor cleanup 10 years ago
eidheim eba80e9a79 Cross compiling: platform spesific fixes 10 years ago
eidheim 8efb735f78 Mostly finished with cross compiling options popover (#238) 10 years ago
eidheim 0a25b68e9b Wayland: now correctly position selection dialogs. Ninja: fixed lldb paths 10 years ago
eidheim 99571e10a3 Added lldb_test 10 years ago
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