aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Merging r259188:Hans Wennborg1-16/+11
2016-01-27Revert accidentally commited changes from r258964Hans Wennborg1-2/+1
2016-01-27Merging r258921:Hans Wennborg1-1/+2
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2-38/+20
2016-01-08In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda1-30/+30
2016-01-08Change the key name for the libdispatch queue serial number fromJason Molenda1-2/+2
2016-01-06Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik1-2/+2
2016-01-05Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik1-18/+10
2015-12-16Wrap Notes in --help output to 80 columnsEd Maste1-7/+13
2015-12-15Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda1-0/+36
2015-12-12When supplying memory to expedite the unwinds in the T packet,Jason Molenda1-1/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-2/+24
2015-12-07Allow variable names to be quoted with -var-list-childrenChuck Ries1-1/+1
2015-12-07test commit.Chuck Ries1-1/+1
2015-11-15Add more autotools/gmake NetBSD glueBruce Mitchener3-5/+3
2015-11-07Add more NetBSD platform glue for lldbBruce Mitchener2-2/+2
2015-11-05Add support for one API used to detect if a processJason Molenda1-0/+12
2015-11-03Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra1-39/+38
2015-11-02Handle the options and parameters separator in every MI commandHafiz Abid Qadeer4-3/+4
2015-10-31Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...Eugene Zelenko4-71/+39
2015-10-30Remove 2 lines missed in earlier commit (r251636).Hafiz Abid Qadeer1-2/+0
2015-10-29Better handle the arguments common to all MI commands.Hafiz Abid Qadeer19-141/+66
2015-10-29Rename argdumper to lldb-argdumperTodd Fiala1-3/+3
2015-10-29Xcode suggested enabling a "no common blocks" warningJason Molenda2-9/+22
2015-10-28Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov3-2/+24
2015-10-27Add Socket::Create factory method which uses socket protocol to find an appro...Oleksiy Vyalov2-21/+77
2015-10-25Remove some unnecessary macosx.internal SDK settings inJason Molenda1-9/+9
2015-10-24[lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2-2/+4
2015-10-24[debugserver] Fix OSX build for older XCode versions after r251091.Dawn Perchik1-0/+4
2015-10-24[debugserver] Fix indentation in RNBRemote.cpp.Dawn Perchik1-77/+77
2015-10-24[lldb-mi] Fix unused variable warning.Bruce Mitchener1-1/+0
2015-10-24Add initial CMake glue for the NetBSD platformBruce Mitchener1-0/+7
2015-10-23Fix the build when building with LLDB_DISABLE_PYTHON.Aidan Dodds1-0/+4
2015-10-23Remove some tabs that snuck into debugserver-entitlements.plist, etc.Jason Molenda2-14/+12
2015-10-23Upstreaming the apple internal changes that accumulated during theJason Molenda15-307/+1920
2015-10-23[lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik4-186/+126
2015-10-22[cmake] Fix cmake build on OSX after r250335 for older versions of cmakeDawn Perchik1-6/+16
2015-10-21Fix lldb-server - write null terminating symbol along with port number.Oleksiy Vyalov1-1/+1
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov5-159/+234
2015-10-20Added support for the "--repl" argument to LLDB. Sean Callanan2-77/+123
2015-10-19Revert r248047 and fix the problem properlyKeno Fischer1-0/+1
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov1-6/+10
2015-10-15Superficial fix for the windows build when building with LLDB_DISABLE_PYTHON....Aidan Dodds1-0/+2
2015-10-14Fix codesign command with cmake.Stephane Sezer1-1/+1
2015-10-09[debugserver,cmake] Add DEPENDS to custom commands.Bruce Mitchener1-1/+5
2015-10-09Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener1-6/+0
2015-10-08[cmake] Fix cmake build on OSX after r249434.Dawn Perchik1-0/+5
2015-10-07[lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2-0/+46
2015-10-01[lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".Dawn Perchik3-26/+50
2015-10-01Include platform agnostic <HostGetOpt.h> in the place of <getopt.h>Bruce Mitchener1-1/+1