aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Skip leading spaces when decoding hex valuesFrancis Ricci1-0/+3
2016-05-24Replace file system forbidden symbols in the hostname which passed to the Mod...Oleksiy Vyalov1-4/+20
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-4/+4
2016-05-07Remove some lldbassert's from the packet checking code.Jim Ingham1-5/+0
2016-04-15Work around a linux libc bug causing a crash in TaskPoolPavel Labath1-2/+3
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2-5/+163
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2-1/+2
2016-02-25Add support for handling absolute symbols in ELFTamas Berghammer1-0/+2
2016-01-28Remove autoconf support from source directories.Eugene Zelenko1-15/+0
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra1-0/+2
2015-12-14Add failure paths to a few JSONNumber membersOmair Javaid1-1/+5
2015-12-10Add modules downloaded by ModuleCache to the global ModuleListTamas Berghammer1-5/+11
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer2-3/+8
2015-12-04Improve the functionality of JSONNumberTamas Berghammer1-24/+59
2015-11-03Fix module cache sym links' creation for symbol files.Oleksiy Vyalov1-2/+2
2015-10-20Add a new task pool class to LLDBTamas Berghammer2-0/+89
2015-10-14lldb-server: add support for binary memory readsPavel Labath2-0/+8
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer1-0/+4
2015-09-25Add comment in StringExtractor::GetHexU8Dawn Perchik1-1/+3
2015-09-18Remove unused modules from module cache.Oleksiy Vyalov1-20/+114
2015-09-17Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik1-2/+11
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+2
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda3-157/+45
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener1-2/+0
2015-09-01Simplify find_first_of & find_last_of on single char.Bruce Mitchener1-1/+1
2015-08-25Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer1-0/+4
2015-08-20Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2-36/+64
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda2-7/+15
2015-08-15There is no such thing as gdb_arm_f8, this register set is f0-f7.Jason Molenda1-83/+82
2015-08-12Download symbol file for .oat files on androidTamas Berghammer2-10/+49
2015-07-27Fix jSignalsInfo packet handling.Oleksiy Vyalov1-1/+1
2015-07-22Fix typos.Bruce Mitchener2-2/+2
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath2-1/+4
2015-07-14Refactor Unix signals.Chaoren Lin2-2/+8
2015-07-07Fix cmake build after recent JSON changesPavel Labath4-178/+4
2015-07-06Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton3-17/+472
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer2-0/+5
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-3/+2
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton2-0/+5
2015-05-13Remote Non-Stop SupportEwan Crawford2-0/+5
2015-05-12Get lldb-server building on android-9Vince Harron1-0/+1
2015-05-08Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2-42/+31
2015-05-08Have lldb_assert accept bool expressionsPavel Labath1-1/+1
2015-05-07Use file locks to synchronize access to ModuleCache.Oleksiy Vyalov2-38/+45
2015-04-15Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if mod...Oleksiy Vyalov2-0/+50
2015-04-02Fix warnings generated by clang-cl.Zachary Turner1-3/+3
2015-03-24Fix ModuleCache usage in Platform - ask remote platform for module's ModuleSp...Oleksiy Vyalov2-2/+6
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner3-0/+162
2015-03-13Silence warnings here by explicit cast.Enrico Granata1-2/+2
2015-03-12Make ModuleCache::Get to return instantiated ModuleSP instance so already cre...Oleksiy Vyalov2-25/+36