22 Commits (78e7051f246ad0d2eb23c7948654446cc8549d7b)

Author SHA1 Message Date
eidheim bf984231d4 Formatted code with custom clang-format 8 years ago
eidheim ed2f58e076 Fixes #382: compilation on MSYS2 with liblldb 8 years ago
eidheim 31b64848e3 Fixed most of clang-tidy's performance checks 8 years ago
eidheim b1ae1656a3 Fixed warnings from clang-tidy's modernize checks 8 years ago
eidheim 8e7604022d Added lldb rust formatters startup commands to lldb if debugging Rust 8 years ago
eidheim d600375970 Added debug support for Rust 8 years ago
eidheim a06bfcb3a8 Further cleanup of debug lldb events 8 years ago
eidheim e931840e83 Related to #352: more general way of finding version specific clang-format and lldb-server executables 8 years ago
eidheim 15ad9fbe2d Debug event handlers cleanup 8 years ago
eidheim 55d056f16d Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments 8 years ago
eidheim 42c9009624 Added support for future known llvm releases 9 years ago
eidheim 610dd02815 Fixed segmentation fault when running debug command on newer liblldb 9 years ago
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