1107 Commits

Author SHA1 Message Date
c9bot
2fa455c477 c9-auto-bump 3.0.2622 2015-09-08 11:45:24 +02:00
Tim Robinson
ad1f4f5698 Merge pull request +9033 from c9/fix/sftp-errors
Don't show errors when the first sftp mount attempt fails
2015-09-08 11:45:16 +02:00
c9bot
1dfea34803 c9-auto-bump 3.0.2621 2015-09-08 10:10:48 +02:00
c9bot
60e776cdb2 c9-auto-bump 3.0.2620 2015-09-07 18:57:37 +02:00
c9bot
7e1696280e c9-auto-bump 3.0.2619 2015-09-07 17:29:33 +02:00
Harutyun Amirjanyan
aea9474c88 Merge pull request +9174 from c9/fix/immediate
[Trivial] disable bash evaluator, fix scrolling after repl commands
2015-09-07 19:29:28 +04:00
c9bot
3af068821c c9-auto-bump 3.0.2618 2015-09-07 17:29:08 +02:00
Harutyun Amirjanyan
9053dd0a47 Merge pull request +9156 from c9/salesforce-update
[Trivial] More minor Salesforce tweaks
2015-09-07 19:29:00 +04:00
c9bot
f45b36f643 c9-auto-bump 3.0.2617 2015-09-07 17:28:46 +02:00
nightwing
8333dfe85a do not unset type of immediate pane when evaluator comes from a plugin 2015-09-07 18:50:10 +04:00
Harutyun Amirjanyan
330ca16ac0 Revert "Revert "[Trivial] fix sdk issues"" 2015-09-07 18:15:29 +04:00
c9bot
a39ebe28f7 c9-auto-bump 3.0.2616 2015-09-07 15:51:05 +02:00
c9bot
b09a9cfd45 c9-auto-bump 3.0.2615 2015-09-07 15:45:41 +02:00
c9bot
58738df3e5 c9-auto-bump 3.0.2614 2015-09-07 15:34:56 +02:00
c9bot
dba6717f67 c9-auto-bump 3.0.2613 2015-09-07 15:34:11 +02:00
c9bot
103e222c81 c9-auto-bump 3.0.2612 2015-09-07 15:01:05 +02:00
c9bot
72736c943c c9-auto-bump 3.0.2611 2015-09-07 14:54:48 +02:00
c9bot
dd9f482f79 c9-auto-bump 3.0.2610 2015-09-07 14:40:45 +02:00
nightwing
9d4083e23f disable bash evaluator, fix scrolling after repl commands 2015-09-07 16:29:13 +04:00
Lennart kats
d9d784b6d5 Fix documentation 2015-09-07 11:13:13 +00:00
c9bot
a55bd64485 c9-auto-bump 3.0.2609 2015-09-07 12:45:01 +02:00
c9bot
448dafcb30 c9-auto-bump 3.0.2608 2015-09-07 12:41:19 +02:00
c9bot
ea7f1ea382 c9-auto-bump 3.0.2607 2015-09-07 12:14:01 +02:00
c9bot
bbd7fdf6f4 c9-auto-bump 3.0.2606 2015-09-07 11:23:22 +02:00
Matthijs van Henten
57dd58a41c Revert "[Trivial] fix sdk issues" 2015-09-07 11:19:50 +02:00
c9bot
dd83803b41 c9-auto-bump 3.0.2605 2015-09-07 11:12:35 +02:00
c9bot
3fbbc6933c c9-auto-bump 3.0.2604 2015-09-07 11:12:17 +02:00
c9bot
cc8991e302 c9-auto-bump 3.0.2603 2015-09-07 11:08:08 +02:00
c9bot
cbea40801c c9-auto-bump 3.0.2602 2015-09-07 11:02:19 +02:00
c9bot
d8d3c4b43c c9-auto-bump 3.0.2601 2015-09-07 10:59:39 +02:00
Matthijs van Henten
5f40543701 Merge pull request +9167 from c9/sdk
[Trivial] fix sdk issues
2015-09-07 10:59:32 +02:00
c9bot
290ddeda13 c9-auto-bump 3.0.2600 2015-09-07 10:57:28 +02:00
c9bot
b5b0a93b13 c9-auto-bump 3.0.2599 2015-09-07 10:50:48 +02:00
Dan Armendariz
cb1d2fb1e9 remove auto-advance in function-end due to inconsistent behavior 2015-09-07 12:46:16 +04:00
Dan Armendariz
f53f2cb859 prevent null args from crashing plugin 2015-09-07 12:46:16 +04:00
Dan Armendariz
e4d1844309 flush local varobj cache 2015-09-07 12:46:15 +04:00
Dan Armendariz
eab9cb064c dump varobj cache during segfault to prevent GDB from using too much memory on var-update 2015-09-07 12:46:15 +04:00
Dan Armendariz
140b634d19 in the event that GDB was killed, notify plugin 2015-09-07 12:46:15 +04:00
Dan Armendariz
0249d0bcd0 refined pointer check so arrays aren't counted as pointers and improved comments 2015-09-07 12:46:15 +04:00
Dan Armendariz
01b128ec63 add alert dialog for segfault 2015-09-07 12:46:15 +04:00
Dan Armendariz
8b7f3514be cache computed varobjs for pointers to prevent infinite loops for circularly linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz
fd6e837cbc gdb auto-advances step-outs on void functions; detect void and do not auto-advance 2015-09-07 12:46:14 +04:00
Dan Armendariz
673e955936 for null pointers, do not ask GDB for children to prevent infinite loops in linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz
ebbeb92f6e use setTimeout instead of linux sleep command while waiting for gdbserver 2015-09-07 12:46:14 +04:00
Dan Armendariz
8a42932860 remove unnecessary code; covered elsewhere 2015-09-07 12:46:13 +04:00
Dan Armendariz
92fa077c1b uniqueness in variable object cache requires stack depth 2015-09-07 12:46:13 +04:00
Dan Armendariz
542af97f4d auto-advance function completions and step-outs 2015-09-07 12:46:13 +04:00
Dan Armendariz
53190769d9 wait for gdbserver before loading gdb so it can load executable before connecting to server, fixes obscure vsyscall errors 2015-09-07 12:46:13 +04:00
Dan Armendariz
a69cd448d0 stack overflow and corrupt exec env detection 2015-09-07 12:46:12 +04:00
Dan Armendariz
6591fd0778 protect against infinite loops 2015-09-07 12:46:12 +04:00