xarkes
xarkes
### Observed behavior * `.ccls`: ``` clang ``` * `test.cc`: ```cpp #include "other.h" #undef LOG #define LOG(args) fprintf(stderr, args) int main() { LOG("Log\n"); return 0; } ``` * `other.h` ```cpp...
I have a samsung duo something and the command "input tap" does not exists. The log window didn't tell about it I had to manually check the code and repeat...
Hi, I am new to cquery, and I've been following your Wiki to try it. I quickly came to an issue where cquery wasn't able to find any header (only...
This PR aims at adding lighthouse support for Cutter. Feel free to tell me if anything is wrong, I won't have much time myself to improve the PR more, but...
- [ ] Windows - [ ] macOS https://github.com/rizinorg/cutter/issues/3232 Find a way to sign our release binaries That will be useful for the debugger for macOS.
When I type `./r2pm ls` right after building, I get ``` .local/share/RadareOrg/r2pm/r2pm-db/db: no such file or directory ``` Maybe it would be good to add a global check to make...