Commit Graph
546 Commits
Author SHA1 Message Date
gongdewei c91c42aaba truncate string value, polish object renderer 2021-07-21 17:14:19 +08:00
gongdewei 226bdce059 Merge remote-tracking branch 'origin/master' into object-view-model 2021-07-20 20:20:06 +08:00
hengyunabc bfaf416c69 imporve split methodInfo/invokeInfo. #1860 2021-07-14 23:49:55 +08:00
hengyunabc 43b5b05669 polish #1852 2021-07-08 16:35:29 +08:00
wochidaxiangchangandGitHub 2ab1bca5f0 fix ArthasBootstrap load arthas.properties with arthas.config.location/arthas.config.name config (#1852) 2021-07-08 16:33:04 +08:00
qxoandGitHub 5f31bbff97 fix: inst#getAllLoadedClasses() may cause NullPointerException when search class(IBM jvm 1.7) (#1840) 2021-07-04 14:21:12 +08:00
MissingNoneandGitHub aa728d7e22 delete useless parameter "name" (#1822) 2021-06-16 16:53:59 +08:00
hengyunabc 03f2994923 remove shutdown command. close #1799 2021-06-10 20:57:50 +08:00
hengyunabc dbf6301399 support disabledCommands part 2. #1729 2021-06-10 20:51:04 +08:00
wb-lfl715988andhengyunabc 260e347f5e support disabledCommands part 1. #1729 2021-06-10 20:51:04 +08:00
hengyunabc e6f5b5971d fix trace command may not print result problem. #1817 2021-06-09 14:55:09 +08:00
yangxb2010000andGitHub 00faa3c4c9 Close ResultDistributor and foreground job when close session #1808 2021-06-04 14:59:53 +08:00
hengyunabc 8f06d81827 update condition express example 2021-05-19 17:50:50 +08:00
汪吉andGitHub fd5401a28e Fix vmtool command tip when matches multiple classes (#1798) 2021-05-18 14:18:34 +08:00
hengyunabcandGitHub edeec131a6 Merge pull request #1784 from alibaba/vmtool
Add vmtool command
2021-05-13 20:24:11 +08:00
hengyunabc 32e7bfa6b8 vmtool lib support reload/reattach. 2021-05-13 20:21:35 +08:00
hengyunabc fc707109b1 improve vmtool search class. 2021-05-11 16:53:10 +08:00
hengyunabc 3170a92b56 vmtool command support libPath 2021-05-07 23:34:28 +08:00
hengyunabc e2e7061182 vmtool support limit option. #1781 2021-05-07 22:49:04 +08:00
hengyunabc 3499a307e2 vmtool command support forceGc action. #1781 2021-04-30 17:40:08 +08:00
dragon-zhangandGitHub 6623ef44c6 return array in VmTool native method, fix jni memory leak problem #1781 2021-04-30 16:31:44 +08:00
索悟andGitHub adf7725618 Remove the useless resetClassFileTransformer in Enhancer (#1786) 2021-04-30 14:48:38 +08:00
hengyunabc 932340eac6 add vmtool command, part1. #1781 2021-04-29 19:28:44 +08:00
hengyunabc 6a102d61b0 add OptionCompleteHandler, better complete option 2021-04-29 17:41:47 +08:00
hengyunabc 5e95d66a98 fix testcase in windows 2021-04-27 18:57:22 +08:00
yangxb2010000andGitHub 4a4eb331f8 set content-length header for DefaultFullHttpResponse (#1779) 2021-04-22 11:28:22 +08:00
hengyunabc 1d1f0bebb3 fix CompilationMXBean may null problem. #1772 2021-04-19 14:23:30 +08:00
hengyunabc 4af322f6da fix jad command render table width problem. #1767 2021-04-14 15:26:54 +08:00
hengyunabc 8870e16f3a improve the prompt message when enhance failure. 2021-04-10 01:09:18 +08:00
hengyunabc a61fa7cee3 disable arthas.enhanceLoaders by default. #1757 2021-04-08 15:31:50 +08:00
hengyunabc 4782fd6270 fix thread -n -1. #1755 2021-04-06 15:34:55 +08:00
hengyunabc a9784ef46d print more detail when render object throw exception. #1740 2021-03-18 16:59:03 +08:00
hengyunabc 9c936db7b3 rename arthas-demo to math-game. #1738 2021-03-17 17:49:21 +08:00
hengyunabc f19bd33805 print more info when failed to bind server. #1737 2021-03-16 16:18:27 +08:00
hengyunabc 51bf98cdc5 support username/password in url; websocket support url with parameters. #1655 #1727 2021-03-05 17:19:28 +08:00
hengyunabc 7f955a537e fix one time http api support. #1655 2021-03-04 23:34:30 +08:00
hengyunabcandGitHub e520b10319 Add auth command, support authentication (#1724) 2021-03-04 22:47:58 +08:00
hengyunabc 7c71623f14 print main class in welcome message. #1719 2021-03-02 14:52:39 +08:00
hengyunabc 013f7e9ce1 fix AbstractTraceAdviceListener may throw ArrayIndexOutOfBoundsException problem. #1712 2021-03-01 16:00:33 +08:00
hengyunabc 1c432dbb00 fix Decompiler jdk7 support . #1711 2021-02-26 15:01:38 +08:00
hengyunabc c67c8e4ae3 fix EnhancerByCGLIB class constructor exception table. #1690 2021-02-23 20:03:45 +08:00
gongdeweiandGitHub 1376c88663 fix save command history npe, improve load/save history logic #1704 (#1705) 2021-02-23 16:54:47 +08:00
hengyunabc 2d7e19f133 JadModel support line mappings. #1 2021-02-23 16:46:30 +08:00
hengyunabc 537d56d1f1 websocket support idle PingWebSocketFrame. #1573 2021-02-23 01:04:29 +08:00
hengyunabc ce14fcb995 fix dashboard command may block when try to read tomcat info. #1700 2021-02-20 16:39:32 +08:00
hengyunabc 369d2acfb4 clean code 2021-02-19 15:46:52 +08:00
hengyunabc dc507df175 jad command support print line numbers. #1 #1695 2021-02-10 14:20:09 +08:00
hengyunabc d87861eb35 fix dashboard command may read tomcat info error. #1678 2021-01-22 11:49:39 +08:00
hengyunabc 0b20e4026c fix stack command NullPointerException. #1674 2021-01-21 21:30:39 +08:00
hengyunabc 50a2e98f40 fastjosn ignore getter error. #1661 2021-01-11 19:47:10 +08:00