Srimanta Barua
e7909f008c
Improve gdb remote debugging ( #7027 )
...
* Added bitflag structure for qSupported
* Get if process is attached/created and get file name
* Set process/thread id for subsequent 'g' commands
* Use strbuf instead of big buffer,started work on fstat
* Fix indent, brackets. Use bool instead of bitflags
* Minor fixes
2017-03-20 15:26:18 +01:00
xarkes
f5c67d8bdf
Added custom tab to sdb json_indent function ( #7050 )
2017-03-19 21:34:30 +01:00
pancake
42f9d62a61
Update /m and /p to sync with |H
2017-03-19 02:29:55 +01:00
pancake
3290afc5a3
Update /p and /m with some fixes regarding scr.html
2017-03-19 01:35:21 +01:00
pancake
aef9bdd20f
Update the material webui
2017-03-18 23:19:27 +01:00
pancake
e909762084
Update capstone to get BND prefix support
2017-03-18 10:35:41 +01:00
alvarofe
ea8e5688e3
Bump latest sdb
2017-03-15 23:26:03 +01:00
pancake
9a4a014e3c
Update sdb and capstone
2017-03-13 14:59:00 +01:00
pancake
6eff81c201
Those ones too
2017-03-13 03:53:27 +01:00
alvarofe
bc901a752a
Fix some crashes in classes.c (java)
2017-03-12 22:08:22 +01:00
pancake
6b515cae6a
Fix #6921 - FPE on ext2 filesystem
2017-03-09 21:37:09 +01:00
alvarofe
6874c11be2
r2-indent shlr/java/class.c
2017-03-09 00:00:09 +01:00
alvarofe
9ef422090d
Fix oob read in java
2017-03-08 23:57:31 +01:00
alvarofe
c81606e6eb
Bump SDB
2017-02-28 23:32:01 +01:00
alvarofe
1f60e30807
Bump sdb a0ae5997a09a0bf05638ebb1540193859a5a3769
2017-02-28 20:41:44 +01:00
pancake
6c610494d1
Update capstone from -next
2017-02-28 00:01:16 +01:00
Maijin
266eee75ae
Fix #6560 Unify Windows/Win32 define
2017-02-26 16:51:03 +01:00
alvarofe
b1a692b695
Bump sdb to fix null dereference
2017-02-24 23:42:17 +01:00
pancake
639fda0681
Update capstone
2017-02-21 11:52:02 +01:00
pancake
b7c192af29
Fix #6821 - Use (void) instead of ()
2017-02-20 12:38:10 +01:00
pancake
93eb47ccac
Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts
2017-02-12 22:44:13 +01:00
pancake
54176fb2c0
Update spp and build it with -fPIC
2017-02-11 12:50:38 +01:00
pancake
ca45d7d869
Drop include that was conflicting in msys2
2017-02-09 00:03:36 +01:00
pancake
c76baa3036
Update capstone (remove the fix-warns patch)
2017-02-06 15:20:37 +01:00
pancake
32a38d7c9b
Remove the use of -ggdb
2017-02-01 22:32:11 +01:00
zonkzonk
56366df728
Removing path in shell redirections
2017-01-31 22:13:32 +01:00
Anton Kochkov
e9c2d22da9
Fix windows detection in headers ( #6557 )
2017-01-25 11:30:16 +01:00
pancake
d0fc86cd6d
Update capstone from git (fixes for 68k, arm and x86)
2017-01-24 12:54:31 +01:00
pancake
2e758020d3
Two more fixes for emscripten
2017-01-19 23:55:16 +01:00
pancake
41602c4212
Fix android build
2017-01-18 13:46:39 +01:00
pancake
cda09fa67f
Honor home WWW path when in sandbox mode
2017-01-16 11:09:12 +01:00
pancake
6ef17225de
Fix warning
2017-01-16 01:55:03 +01:00
pancake
9e206a4324
Speedup capstone cloning
2017-01-16 01:36:37 +01:00
Paul Fertser
d9d64b6cac
gdb: use simple packets instead of vCont for single-threaded ( #6409 )
...
When debugging a single-threaded application via GDB Serial protocol
some GDB servers (notably OpenOCD) do not support vCont command, so
neither step nor continue work. Even though current protocol
description deprecates plain "s" and "c" it does so only for
multi-threading cases.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2017-01-16 01:12:18 +01:00
Marc
f78f2b2b16
add haddr for Java entrypoints ( #6510 )
2017-01-15 23:50:45 +01:00
pancake
a2cb6b6647
Fix a bunch of pedantic warnings and drop exits in base85
...
* Define eprint() when no formatting is necessary
* Remove exit() from ascii85 when allocation fails
* Update capstone
* Return null instead of exit if malloc fails in r_str_word_get_first
* Update sdb with a bunch of pedantic warnings fixed
* Drop windows-style newlines from judy64na.c
2017-01-15 23:36:19 +01:00
pancake
2a83f21a3e
Make gcc6 warnings happy
2017-01-15 22:02:57 +01:00
pancake
b70ac26f4a
Add R_FREE define guards to skip some warnings
2017-01-15 19:12:29 +01:00
pancake
62e1edc01c
Bump sdb to fix hash collision issues
2017-01-14 22:02:33 +01:00
Sven Steinbauer
87c992890c
Fix spp issue #13
2017-01-10 13:57:12 +00:00
pancake
2b296e5d2b
Fix tcc build
2017-01-09 17:12:06 +01:00
Khairul Azhar Kasmiran
dd34efe018
Allow multiple calls of cdb_init without leaking or failing ( #6457 )
2017-01-09 00:04:00 +01:00
Sven Steinbauer
f73fc431ae
Add SPP coverity fixes ( #6416 )
2017-01-03 12:47:27 +01:00
pancake
cfb2564aeb
Update capstone from git
2017-01-03 02:43:30 +01:00
pancake
bff0309e30
fileno seems to be problematic for some windows
2017-01-02 21:08:08 +01:00
pancake
f68fbc7771
Update SPP with latest cov fixes
2016-12-22 16:21:10 +01:00
pancake
1facb46ab6
Fix memleaks in zignatures and update spp
2016-12-19 21:39:50 +01:00
pancake
50d73d1547
Fix a lot of memleaks, null derefs and undef behaviour thanks to clang-analyzer
2016-12-19 16:44:51 +01:00
Anton Kochkov
1796fc422d
Fix building of zip
2016-12-19 17:44:27 +03:00
pancake
b1d4e3ca1d
Aim to honor O_BINARY to address hpce-2015-cw2 on zip
2016-12-19 15:34:45 +01:00