Commit Graph
129 Commits
Author SHA1 Message Date
hengyunabc 88fe2eae5a support rescan plugins. #558 2019-04-04 17:41:55 +08:00
hengyunabc 273e635f78 plugin support enabled config. #558 2019-04-02 17:49:55 +08:00
hengyunabc 18cae05469 move plugin to a single module. #558 2019-03-29 16:09:47 +08:00
hengyunabc 52dc60bae6 support plugins command. ArthasPlugin support url location. #558 2019-03-29 15:41:50 +08:00
hengyunabc 943935c251 arthas-boot support attach. add logback-arthas.xml 2019-03-26 20:31:06 +08:00
hengyunabc 31faa60dc5 repackage org.objectweb.asm. #593 2019-03-21 17:53:52 +08:00
hengyunabc d750d89868 Merge branch 'master' into 4.0.x 2019-03-21 14:52:30 +08:00
gongdeweiandhengyunabc 4641ec0e6d support windows unicode file path. #571 2019-03-14 20:41:10 +08:00
hengyunabc 6f990a2cf3 polish #568 2019-03-14 14:23:26 +08:00
Bo Zhang ae67e7ed2c Apply pmd plugin and fix/ignore broken styles
This commit applies [p3c-pmd](https://github.com/alibaba/p3c) plugin/rules, and fixes/ignores all violations of piority 1 (mandatory).
2019-03-14 06:28:37 +08:00
PSXjoyandHuxing Zhang 6d7f00e3d1 Fix typo (#541) 2019-03-01 21:32:02 +08:00
hengyunabc 77460d071f base support plugin. #558 2019-03-01 19:48:37 +08:00
hengyunabc a944f2d4b8 fix RedirectHandler NullPointerException, when save-result option is true. close #517 2019-02-18 17:44:04 +08:00
hengyunabc c93fb9d59b redefine command check class if loaded. 2019-02-18 00:15:22 +08:00
hengyunabc c390d5571b add tutorials link 2019-02-16 15:05:13 +08:00
hengyunabc d235ee1050 update watch command description. 2019-02-13 16:39:19 +08:00
superheizaiandhengyunabc 6a584022a0 tt command support cost time/--replay-times/--replay-interval (#498) 2019-02-13 14:02:44 +08:00
hengyunabc b0877cc17a sm command print method with Descriptor. close #504 2019-02-13 11:35:27 +08:00
hengyunabc 2058ae4785 dashboard/watch/monitor/tt/stack/trace support press Q to exit. close #410 2019-02-09 19:03:08 +08:00
hengyunabc ec7c5aea33 change default session timeout to 30min. close #342 2019-02-08 15:18:06 +08:00
hengyunabc 4eb0eec182 inpurtrc support home/end. close #472 2019-02-08 15:06:23 +08:00
hengyunabc 7b9b4107ad watch/monitor/trace/tt/stack support better auto completion. close #497 2019-02-08 03:02:31 +08:00
hengyunabc 9f57c2c9a6 jad support completion. #323 2019-02-08 01:47:59 +08:00
hengyunabc 349c426bd1 fix CompletionAdaptor lose chars when the last token is blank. 2019-02-08 01:43:47 +08:00
hengyunabc a2ef539f4e sm support completion. #323 2019-02-08 01:41:25 +08:00
hengyunabc 317e9d69ad catch completion exception 2019-02-08 01:39:23 +08:00
hengyunabc 33fd06ba02 sc command support completion 2019-02-07 21:22:59 +08:00
hengyunabc a7ee25b1f2 redefine command support completion 2019-02-07 21:21:53 +08:00
hengyunabc 79fe3a9382 improve cat/mc completion 2019-02-07 15:28:06 +08:00
hengyunabc c4751931ce jad command support --source-only option. #496 2019-02-07 15:21:18 +08:00
hengyunabc c18bd53ed5 dump command support output directory. #419 2019-02-07 12:50:31 +08:00
hengyunabc 895f1cb14d add cat command. close #494 2019-02-06 23:34:57 +08:00
hengyunabc 9a57b5d8f3 improve redirect. #495 2019-02-06 15:48:06 +08:00
hengyunabc 793df05b2f add pwd command. #493 2019-02-06 14:59:31 +08:00
hengyunabc 73e5f15adb remove unnecessary -p option in the redefine command. close #492 2019-02-06 01:45:41 +08:00
hengyunabc f3561e9bc8 add mc command. #373 2019-02-06 01:33:03 +08:00
Harry Chanandhengyunabc 4dba865995 Optimize toArray (#484)
replace toArray(new T[size]) with toArray(new T[0]) for better performance

https://shipilev.net/blog/2016/arrays-wisdom-ancients/#_conclusion
2019-01-29 10:42:02 +08:00
hengyunabc 3a27075987 update trace doc. 2019-01-25 11:44:04 +08:00
hengyunabc e03c3ee2b1 keymap command usage more friendly. close #366 2019-01-18 19:23:31 +08:00
hengyunabc b80698becb upgrade asm api to Opcodes.ASM7. #459 #425 2019-01-18 15:57:22 +08:00
hengyunabc 6ecc035a6d improve log 2019-01-18 15:05:51 +08:00
hengyunabc dcf9be4732 improve log info 2019-01-18 14:58:37 +08:00
hengyunabc 3c048b639c catch asm exception in Enhancer#transform. #462 2019-01-18 14:57:40 +08:00
hengyunabc 5e31fd39f9 ObjectView support enum. close #454 2019-01-17 15:09:00 +08:00
Bruceandhengyunabc 78816cdb4e update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427 2019-01-06 15:27:10 +08:00
Sergio Escalante a11dabbead Removing unnecessary/unused imports
Signed-off by: Sergio Escalante sergioescala@gmail.com
2018-12-18 15:04:30 -03:00
garenchan 07d2ebd5e9 Use JavaVersionUtils to get java version. 2018-12-10 17:12:32 +08:00
hengyunabc a598382890 update tt doc 2018-12-04 16:12:25 +08:00
hengyunabc 307e6bad5a update trace doc 2018-12-04 01:40:16 +08:00
hengyunabc 3fbbd9c1fd update trace doc 2018-12-04 01:25:12 +08:00