summaryrefslogtreecommitdiff
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb] `or` -> `||` in SBDefines.hJonas Devlieghere2023-04-261-1/+1
* [lldb] Add support for specifying language when setting watchpoint by expressionAlex Langford2023-04-261-0/+1
* [lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani2023-04-253-0/+15
* [lldb/API] Add convenience constructor for SBError (NFC)Med Ismail Bennani2023-04-251-0/+2
* [lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani2023-04-256-0/+60
* [lldb] Unify default/hijack listener between Process{Attach,Launch}Info (NFC)Med Ismail Bennani2023-04-253-32/+15
* [lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani2023-04-251-4/+0
* [lldb/API] Introduce SBProcess::ForceScriptedState methodMed Ismail Bennani2023-04-252-0/+10
* Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham2023-04-214-8/+33
* [lldb] Let Mangled decide whether a name is mangled or notJonas Devlieghere2023-04-211-13/+0
* Make diagnostics API safer to useAdrian Prantl2023-04-211-1/+2
* [lldb] Fix bug to update process public run lock with process stateMed Ismail Bennani2023-04-191-0/+7
* [lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford2023-04-192-11/+11
* [lldb][NFCI] Stop creating additional temporary string in Log::VAPrintfAlex Langford2023-04-191-1/+1
* Revert "[lldb] Fix bug to update process public run lock with process state"Med Ismail Bennani2023-04-191-7/+0
* [lldb] Fix bug to update process public run lock with process stateMed Ismail Bennani2023-04-191-0/+7
* [lldb] Change parameter type of StructuredData::ParseJSONAlex Langford2023-04-171-1/+1
* [lldb] Add support for MSP430 in LLDB.Ilya Kuklin2023-04-172-3/+3
* [lldb] Lock accesses to PathMappingLists's internalsAlex Langford2023-04-171-3/+14
* Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov2023-04-172-3/+3
* [lldb] Add support for MSP430 in LLDB.Anton Korobeynikov2023-04-172-3/+3
* [lldb] Change some pointers to refs in register printing codeDavid Spickett2023-04-171-2/+2
* [lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch2023-04-142-4/+14
* [lldb][Language] Add more language typesMichael Buch2023-04-141-1/+13
* [lldb] Add `operator StringRef` to ConstStringDave Lee2023-04-141-0/+3
* [lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere2023-04-132-0/+25
* [lldb] Fix library layering after D145574Fangrui Song2023-04-131-1/+1
* [lldb] Show register fields using bitfield struct typesDavid Spickett2023-04-138-1/+81
* [lldb] Read register fields from target XMLDavid Spickett2023-04-132-2/+6
* [lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett2023-04-131-0/+2
* [lldb] Add RegisterFlags classDavid Spickett2023-04-131-0/+88
* Remove AArch64 out of MIPS watchpoint-skip, doc wp descriptionJason Molenda2023-04-121-3/+3
* [lldb] Change formatter helper function parameter list to remove ConstStringAlex Langford2023-04-121-8/+8
* [lldb] Change return type of EventData::GetFlavorAlex Langford2023-04-117-29/+25
* [lldb] Implement SymbolFile::GetCompileOptionsAugusto Noronha2023-04-101-0/+12
* [lldb] Add unittests for a few FileSpec methodsAlex Langford2023-04-071-2/+2
* [lldb] Move "SelectMostRelevantFrame" from Thread::WillStopJim Ingham2023-04-072-5/+7
* [lldb][NFC] Delete unused function Breakpoint::GetEventIdentifierAlex Langford2023-04-061-1/+0
* [lldb] Add an LLDB_DEPRECATED macro similar to LLVM_DEPRECATEDJonas Devlieghere2023-04-063-1/+16
* [lldb] Add an overload to SetModuleLoadAddress that takes an unsigned valueJonas Devlieghere2023-04-061-0/+24
* Fix the check in StopInfoBreakpoint for "are we currently running an expression"Jim Ingham2023-04-051-0/+7
* [lldb] Move ObjectFileJIT to lldbExpressionAlex Langford2023-03-313-20/+124
* [lldb][NFC] Move various constructor definitions from .h to .cppRiver Riddle2023-03-303-4/+4
* [lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath2023-03-301-7/+14
* [lldb] Fix value printing for a specific caseDave Lee2023-03-281-1/+1
* Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford2023-03-272-3/+2
* [lldb] Move #include out of namespace lldb. NFC.Benjamin Kramer2023-03-251-2/+4
* [lldb][NFC] Remove outdated TODO in Log.hAlex Langford2023-03-241-2/+0
* [lldb][NFC] Update and re-organize lldb-types.hAlex Langford2023-03-241-35/+30
* [lldb][NFC] Remove outdated TODOs from API headersAlex Langford2023-03-242-2/+0