8 Commits (8f3761cb7a9a620734e90819480c03f92779acd9)

Author SHA1 Message Date
eidheim 1dd8cb3e36 Added Rust installer 4 years ago
eidheim c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
eidheim e08c39967f Debug::LLDB::get_variables no longer prefetch variable values 5 years ago
eidheim 60e6730b78 Improved support for non-ascii symbol names 5 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 5 years ago
eidheim b92da8dc12 Added syntax highlighting to tooltips, and some various cleanups. 6 years ago
eidheim 60195fa0ec Added and made use of string functions starts_with and ends_with, and minor cleanup for selection window code 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim 16d9aa5525 Fixed tests when using -fsanitize=thread 7 years ago
eidheim 9e0a25e9ac Made use of clang's Thread Safety Analysis. Also added two new ci-jobs: static-analysis and thread-safety-analysis using the arch linux image. Static analysis tasks were removed from the other jobs. 7 years ago
eidheim 80131e24f0 Remove potential extra newline in Debug::LLDB::get_value 7 years ago
eidheim c04bbe81c6 Debugging in C/C++: tooltips now show values of evaluated expressions that does not change program state, for instance return values from const member functions, and results from expressions like: arr[a + b]. Additionally, now closes completion dialog on paste. 7 years ago
eidheim e074e4daea Fixes build and lldb issue on MacOS, and added workaround for buggy Gsv::Buffer::create_source_mark 7 years ago
eidheim 5157a3b635 Make use of lock_guard instead of unique_lock where possible 7 years ago
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